summaryrefslogtreecommitdiff
path: root/board/puff/board.h
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-02-19 14:22:04 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-21 06:27:28 +0000
commit34aa18be4b636223988c54ce0882ccfdd5523bc7 (patch)
tree2838a06ccf19563199349c75b477a03483c1fc6c /board/puff/board.h
parent2f4c7fb74e849f67841746877da92c584cd09dfe (diff)
downloadchrome-ec-34aa18be4b636223988c54ce0882ccfdd5523bc7.tar.gz
puff: Disable console command help to recover flash space
We're running out of flash space, so disable the console command help strings since they're not strictly required. BRANCH=none BUG=b:146447208 TEST=make buildall -j Change-Id: I3c3ce780aafc36bc0b355150d85cc5e4d93245ac Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2065492 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'board/puff/board.h')
-rw-r--r--board/puff/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/puff/board.h b/board/puff/board.h
index b3ba8c61fd..bfbdba8f8a 100644
--- a/board/puff/board.h
+++ b/board/puff/board.h
@@ -107,6 +107,8 @@
#undef CONFIG_CMD_MMAPINFO
#endif
+#undef CONFIG_CONSOLE_CMDHELP
+
/* Don't generate host command debug by default */
#undef CONFIG_HOSTCMD_DEBUG_MODE
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF