diff options
author | Alec Berg <alecaberg@chromium.org> | 2015-02-13 11:51:14 -0800 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2015-02-18 04:52:56 +0000 |
commit | aaa76256819c4a961073be3955fcc1668fa9e346 (patch) | |
tree | 38602a0ce57430a824811eb2d1492b4b57534eba /include | |
parent | 4b774f07d3004e8af0c4e825e0495768d29cabf9 (diff) | |
download | chrome-ec-aaa76256819c4a961073be3955fcc1668fa9e346.tar.gz |
samus: disable i2cscan console command to save space
Disable the i2cscan console command by default to save space
BUG=none
BRANCH=samus
TEST=make -j buildall
From .map file, 512 bytes of flash saved
Change-Id: I4bcb50b00e843abbc3523a3e0d4cc599a1e01d3a
Signed-off-by: Alec Berg <alecaberg@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/249850
Reviewed-by: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 1c0e0fb2c5..af14aeae19 100644 --- a/include/config.h +++ b/include/config.h @@ -343,6 +343,7 @@ #undef CONFIG_CMD_GSV #define CONFIG_CMD_HASH #undef CONFIG_CMD_HOSTCMD +#define CONFIG_CMD_I2C_SCAN #define CONFIG_CMD_IDLE_STATS #undef CONFIG_CMD_ILIM #undef CONFIG_CMD_JUMPTAGS |