summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 828b2d7d3d..5f1e9d2df4 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -40,6 +40,12 @@
#undef CONFIG_CMD_SLEEPMASK_SET
#undef CONFIG_CMD_WAITMS
#undef CONFIG_FLASH
+#else
+/*
+ * Add chargen to standard TOT images. The DBG image doesn't have enough room
+ * for it.
+ */
+#define CONFIG_CMD_CHARGEN
#endif
#if defined(H1_RED_BOARD) || defined(CR50_DEV)