summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index a412e0928d..a69bf5ba5d 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -1767,7 +1767,7 @@ static int command_board_properties(int argc, char **argv)
* cached value from init time.
*/
ccprintf("properties = 0x%x\n", GREG32(PMU, LONG_LIFE_SCRATCH1));
-
+ ccprintf("tpm board cfg = 0x%x\n", board_cfg_reg_read());
return EC_SUCCESS;
}
DECLARE_SAFE_CONSOLE_COMMAND(brdprop, command_board_properties,