summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2014-07-29 18:00:14 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-31 04:37:54 +0000
commit550669cbfb2cf6df29941a78e28f98e2b59276d7 (patch)
treecc0cf349a2e40d6fd9bf754b76812ddb860eb82d
parent3c0555933456597ee1c3cdff9eaeec62e19d0614 (diff)
downloadchrome-ec-550669cbfb2cf6df29941a78e28f98e2b59276d7.tar.gz
ryu: remove console help to save flash space
Build the ryu EC without the command line commands help to save flash space. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=make buildall build with and without the change and see we are saving 2.3kB of flash. Change-Id: I8282c709715a84c8136a951a478f053fa888e86c Reviewed-on: https://chromium-review.googlesource.com/210055 Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Alec Berg <alecaberg@chromium.org> Commit-Queue: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/ryu/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ryu/board.h b/board/ryu/board.h
index 69295842c2..2d837fa3f8 100644
--- a/board/ryu/board.h
+++ b/board/ryu/board.h
@@ -31,6 +31,7 @@
#define CONFIG_VBOOT_HASH
#undef CONFIG_WATCHDOG_HELP
#undef CONFIG_TASK_PROFILING
+#undef CONFIG_CONSOLE_CMDHELP
/* Charging/Power configuration */
#undef CONFIG_BATTERY_RYU /* TODO implement */