Snap for 5595178 from eb0afad625735658166c1bc3a6f6d068d2cb84ad to qt-c2f2-release

Change-Id: Ib851db0965d6545b92f5da94b1a19ea8e0d68dd0
diff --git a/nugget/include/signed_header.h b/nugget/include/signed_header.h
index d98d456..b5bf879 100644
--- a/nugget/include/signed_header.h
+++ b/nugget/include/signed_header.h
@@ -163,6 +163,11 @@
       printf("%08X", infomap[i]);
     }
     printf("\n");
+
+    printf("hdr.board_id       : %08x %08x %08x\n",
+           SIGNED_HEADER_PADDING ^ board_id_.type,
+           SIGNED_HEADER_PADDING ^ board_id_.type_mask,
+           SIGNED_HEADER_PADDING ^ board_id_.flags);
   }
 #endif  // __cplusplus