summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2015-07-30 15:06:30 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-01 02:51:58 +0000
commitd3cd34d8c5f653bcc14558fc94be575333ed1b41 (patch)
treecf9fe6d07a55fd46defb23c19e6a8c1d16f5ad77 /board
parentc4a67803b3dfc5f771f43bf285a597c683422acc (diff)
downloadchrome-ec-d3cd34d8c5f653bcc14558fc94be575333ed1b41.tar.gz
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 <shawnn@chromium.org> Change-Id: I6685bb7c83030c21bd975b64f217553d5a11c16b Reviewed-on: https://chromium-review.googlesource.com/289922 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/glados/board.h4
1 files changed, 4 insertions, 0 deletions
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