summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.c')
-rw-r--r--board/cr50/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 7fa4ced4c5..dff0b7bfac 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -14,6 +14,7 @@
#include "ec_version.h"
#include "endian.h"
#include "extension.h"
+#include "factory_config.h"
#include "fips_rand.h"
#include "fips.h"
#include "flash.h"
@@ -1900,6 +1901,7 @@ static int command_board_properties(int argc, char **argv)
*/
ccprintf("properties = 0x%x\n", GREG32(PMU, LONG_LIFE_SCRATCH1));
ccprintf("tpm board cfg = 0x%x\n", board_cfg_reg_read());
+ print_factory_config();
return EC_SUCCESS;
}
DECLARE_SAFE_CONSOLE_COMMAND(brdprop, command_board_properties,