From 9e2fac8390051c9bc4166963a4da46e81ed3864b Mon Sep 17 00:00:00 2001 From: Louis Yung-Chieh Lo Date: Mon, 19 May 2014 13:59:14 -0700 Subject: nyan: don't compile in shorthelp of console commands Since stm32l has smaller flash size, undef CONFIG_CONSOLE_CMDHELP to remove short descripton to save 2560 byes. If you need to read the description, grep that in the code. BUG=chromium:374575 BRANCH=tot,nyan TEST=buildall and % grep hey build/big/ec.RO.map 0x000000000000ef48 After shrink --> 0x000000000000e548 Change-Id: I856e89def6456607ade610134bf318d8522f5e4d Signed-off-by: Louis Yung-Chieh Lo Reviewed-on: https://chromium-review.googlesource.com/200472 Reviewed-by: Bill Richardson Reviewed-by: Randall Spangler --- board/big/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/big/board.h b/board/big/board.h index 50376724d5..fefd31cd6f 100644 --- a/board/big/board.h +++ b/board/big/board.h @@ -27,6 +27,7 @@ #define CONFIG_VBOOT_HASH #define CONFIG_LED_COMMON #define CONFIG_CHARGER_DISCHARGE_ON_AC +#undef CONFIG_CONSOLE_CMDHELP #ifndef __ASSEMBLER__ -- cgit v1.2.1