From 6b2288137245664fd476059bd40575422579c12c Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Thu, 9 Feb 2017 14:32:38 -0800 Subject: minnie: Remove commands to save code space Remove commands already removed on samus_pd: CONFIG_CMD_SHMEM and CONFIG_CMD_TIMERINFO BUG=chrome-os-partner:60882 BRANCH=veyron TEST=compile, freeing 384 bytes. Change-Id: I63e3a4404728110b2bf054aa1c67319e769aaf44 Signed-off-by: Gwendal Grignou Reviewed-on: https://chromium-review.googlesource.com/440382 Reviewed-by: Alexandru Stan --- board/minnie/board.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/board/minnie/board.h b/board/minnie/board.h index 33c695fec9..13e4e934b3 100644 --- a/board/minnie/board.h +++ b/board/minnie/board.h @@ -13,6 +13,10 @@ #undef CONFIG_TASK_PROFILING #undef CONFIG_WATCHDOG_HELP #define CONFIG_DEBUG_ASSERT_BRIEF +#undef CONFIG_CMD_MEM +#undef CONFIG_CMD_I2C_SCAN +#undef CONFIG_CMD_SHMEM +#undef CONFIG_CMD_TIMERINFO /* Limit console output */ #undef CONFIG_HOSTCMD_DEBUG_MODE @@ -31,8 +35,6 @@ #define CONFIG_CHARGER_DISCHARGE_ON_AC #define CONFIG_CHARGER_V2 #define CONFIG_CHIPSET_ROCKCHIP -#undef CONFIG_CMD_MEM -#undef CONFIG_CMD_I2C_SCAN /* Depends on how fast the AP boots and typical ODRs */ #define CONFIG_ACCEL_FIFO 512 -- cgit v1.2.1