From d3cd34d8c5f653bcc14558fc94be575333ed1b41 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Thu, 30 Jul 2015 15:06:30 -0700 Subject: [PATCH] glados: Free up program memory space Remove the timerinfo console command and console help to free program memory space. BUG=None TEST=Build-only BRANCH=None Signed-off-by: Shawn Nematbakhsh Change-Id: I6685bb7c83030c21bd975b64f217553d5a11c16b Reviewed-on: https://chromium-review.googlesource.com/289922 Reviewed-by: Alec Berg --- board/glados/board.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/glados/board.h b/board/glados/board.h index 6ad08d3b44..bc591057cb 100644 --- a/board/glados/board.h +++ b/board/glados/board.h @@ -112,6 +112,10 @@ #define I2C_PORT_CHARGER MEC1322_I2C3 #endif +/* Modules we want to exclude */ +#undef CONFIG_CMD_TIMERINFO +#undef CONFIG_CONSOLE_CMDHELP + #undef DEFERRABLE_MAX_COUNT #define DEFERRABLE_MAX_COUNT 12