From dcbead927a29bedf3f79da9b37a1839a8abf52de Mon Sep 17 00:00:00 2001 From: Jenny TC Date: Mon, 4 Dec 2017 15:36:00 +0530 Subject: [PATCH] chell: Disable CONFIG_CMD_I2C_XFER to free up flash space Disable i2c_xfer command to free up some flash space BRANCH=none BUG=b:63969337 TEST=make buildall -j. Change-Id: Ide1a752cf58f9a7180bdfb92eccff17aa36ceaf4 Signed-off-by: Jenny TC Reviewed-on: https://chromium-review.googlesource.com/806435 Commit-Ready: Jenny Tc Tested-by: Jenny Tc Reviewed-by: Shawn N --- board/chell/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/chell/board.h b/board/chell/board.h index 3bfdd273e9..7ab457942a 100644 --- a/board/chell/board.h +++ b/board/chell/board.h @@ -148,6 +148,7 @@ #undef CONFIG_CONSOLE_CMDHELP #undef CONFIG_CONSOLE_HISTORY #undef CONFIG_EC_CMD_PD_CHIP_INFO +#undef CONFIG_CMD_I2C_XFER #ifndef __ASSEMBLER__