summaryrefslogtreecommitdiff
path: root/board/reef_it8320
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2017-08-11 11:22:49 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-08-11 22:45:59 -0700
commit021d1229f3be500d84864e45e6cab35bb508c308 (patch)
treef762e68b1f4cf908cc6ca6dd3c18de217494c6ff /board/reef_it8320
parenta261390d75d59ccacd6c439040d5e4e80df5cad3 (diff)
downloadchrome-ec-021d1229f3be500d84864e45e6cab35bb508c308.tar.gz
board: reef_it8320: disable CONFIG_CMD_I2C_XFER to save flash space
There isn't enough flash space after 'repo sync', so disable one more console command. BRANCH=none BUG=none TEST=build reef_it8320 and all. Change-Id: I370e06d5de211b7de669f35071c680d28efb7c17 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/612001 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/reef_it8320')
-rw-r--r--board/reef_it8320/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/reef_it8320/board.h b/board/reef_it8320/board.h
index fb308a0cca..dde27dcfcd 100644
--- a/board/reef_it8320/board.h
+++ b/board/reef_it8320/board.h
@@ -143,6 +143,7 @@
/* TODO: There isn't enough space on flash before nds32 toolchain is updated */
#undef CONFIG_CMD_HASH
+#undef CONFIG_CMD_I2C_XFER
#undef CONFIG_CMD_IDLE_STATS
#undef CONFIG_CMD_SLEEPMASK
#undef CONFIG_CMD_TIMERINFO