From ee74d29cc8f962c6e988ec060c3320dff3813dcf Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Wed, 2 Sep 2015 10:57:09 -0700 Subject: strago: Remove temp-sensor console commands command_tmp432 will soon grow with the addition of power control which will exhaust our program memory space. BUG=chrome-os-partner:44170 TEST=`make buildall -j` BRANCH=Strago Signed-off-by: Shawn Nematbakhsh Change-Id: I5789ab86ad022bdc3e985794f40b3a25e44ad458 Reviewed-on: https://chromium-review.googlesource.com/296992 Commit-Ready: Shawn N Tested-by: Shawn N Reviewed-by: Divya Jyothi Reviewed-by: Shawn N --- board/strago/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/strago/board.h b/board/strago/board.h index 7e1227507b..9fc6dd8b8e 100644 --- a/board/strago/board.h +++ b/board/strago/board.h @@ -101,6 +101,7 @@ #undef CONFIG_CMD_HOSTCMD #undef CONFIG_CMD_PD #undef CONFIG_CMD_SHMEM +#undef CONFIG_CMD_TEMP_SENSOR #undef CONFIG_CMD_TIMERINFO #undef CONFIG_CONSOLE_CMDHELP #undef CONFIG_CONSOLE_HISTORY -- cgit v1.2.1