From 550669cbfb2cf6df29941a78e28f98e2b59276d7 Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Tue, 29 Jul 2014 18:00:14 -0700 Subject: 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 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 Reviewed-by: Vic Yang Reviewed-by: Alec Berg Commit-Queue: Vincent Palatin --- board/ryu/board.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.1