summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2015-08-19 16:20:19 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-20 03:12:07 +0000
commit43b3f5bc88af287167d1304f6cc7676eac318841 (patch)
treec03221bf77b88f6c6e17f892136d863ee4a85ab5
parent911de4d175a2416370abc65b5dbc800a46c3fe3c (diff)
downloadchrome-ec-43b3f5bc88af287167d1304f6cc7676eac318841.tar.gz
glados: Remove console commands to reduce image size
Remove 'i2cscan' and 'hash' (not yet present, but would be added with subsequent commit) to reduce image size. BUG=chrome-os-partner:44214 TEST=`make buildall -j` with subsequent commit BRANCH=None Change-Id: I3831ff8565291a992b14a28d5c3a14a74828a57a Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/294566 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--board/glados/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/glados/board.h b/board/glados/board.h
index 0bd9850ebf..34252e3585 100644
--- a/board/glados/board.h
+++ b/board/glados/board.h
@@ -102,6 +102,8 @@
#define I2C_PORT_THERMAL I2C_PORT_PMIC
/* Modules we want to exclude */
+#undef CONFIG_CMD_HASH
+#undef CONFIG_CMD_I2C_SCAN
#undef CONFIG_CMD_TIMERINFO
#undef CONFIG_CONSOLE_CMDHELP