From 21dc80e1f50c36353de43409520829ba69a53e69 Mon Sep 17 00:00:00 2001 From: Aseda Aboagye Date: Mon, 2 Dec 2019 22:05:29 -0800 Subject: chell: Remove console cmds to save space Chell is out of space, so remove console commands that are not used during FAFT testing. BUG=None BRANCH=glados TEST=`make -j BOARD=chell` verify that it succeeds. Change-Id: I05f44c4c27bb25a0c95b2c1bf2be2c2c46c7e8fc Signed-off-by: Aseda Aboagye Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1949051 Tested-by: Aseda Aboagye Commit-Queue: Denis Brockus Reviewed-by: Denis Brockus --- board/chell/board.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/board/chell/board.h b/board/chell/board.h index c11e9218fc..7e4a7aa4d7 100644 --- a/board/chell/board.h +++ b/board/chell/board.h @@ -132,6 +132,7 @@ #define I2C_PORT_THERMAL I2C_PORT_PMIC /* Modules we want to exclude */ +#undef CONFIG_CMD_ACCELSPOOF #undef CONFIG_CMD_BATTFAKE #undef CONFIG_CMD_FLASH #undef CONFIG_CMD_HASH @@ -140,6 +141,10 @@ #undef CONFIG_CMD_MD #undef CONFIG_CMD_MMAPINFO #undef CONFIG_CMD_POWERINDEBUG +#undef CONFIG_CMD_PWR_AVG +#undef CONFIG_CMD_SLEEPMASK +#undef CONFIG_CMD_SLEEPMASK_SET +#undef CONFIG_CMD_SYSLOCK #undef CONFIG_CMD_TEMP_SENSOR #undef CONFIG_CMD_TIMERINFO #undef CONFIG_CONSOLE_CMDHELP -- cgit v1.2.1