summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-11-04 13:43:10 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-04 22:55:47 +0000
commitadaf3ea3e128b2c19e213b84f5546b524ac34b74 (patch)
treec5d22f94646715bbcecadddbd0ed6ed37f32f431
parentae3e4cfcda9039a9390ff9e7d843cd4e10f4aa45 (diff)
downloadchrome-ec-adaf3ea3e128b2c19e213b84f5546b524ac34b74.tar.gz
Voema_npcx796fc: Free up flash space
Free up flash space for voema_npcx796fc by removing help strings. BRANCH=None BUG=None TEST=make -j buildall; observe there is now 4.5k free flash Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Iffe897e8aa427f0e0ffbcbd8ecd25ca200961d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3262582 Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--board/voema/board.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/voema/board.h b/board/voema/board.h
index 3ae8c6e038..3ea08ac6ed 100644
--- a/board/voema/board.h
+++ b/board/voema/board.h
@@ -17,7 +17,10 @@
* any unused flash space that can be used to store the .init_rom section.
*/
#undef CONFIG_CHIP_INIT_ROM_REGION
-#endif
+#else
+/* Free up flash space */
+#undef CONFIG_CONSOLE_CMDHELP
+#endif /* BOARD_VOEMA */
#define CONFIG_VBOOT_EFS2