mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user