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>
This commit is contained in:
Dino Li
2017-08-11 11:22:49 +08:00
committed by chrome-bot
parent a261390d75
commit 021d1229f3

View File

@@ -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