From 021d1229f3be500d84864e45e6cab35bb508c308 Mon Sep 17 00:00:00 2001 From: Dino Li Date: Fri, 11 Aug 2017 11:22:49 +0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/612001 Reviewed-by: Vincent Palatin --- board/reef_it8320/board.h | 1 + 1 file changed, 1 insertion(+) 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