From bdfc4db7af776bf0248326ac91cf1e5bfd491bbc Mon Sep 17 00:00:00 2001 From: Jenny TC Date: Mon, 4 Dec 2017 15:38:14 +0530 Subject: [PATCH] wheatly: Disable console commands to free up flash space Disable following configs to free up some flash space CONFIG_CMD_I2C_SCAN CONFIG_CONSOLE_HISTORY BRANCH=none BUG=b:63969337 TEST=make buildall -j Change-Id: I3b5db7012825c3785fb72e96f6e08456357335e2 Signed-off-by: Jenny TC Reviewed-on: https://chromium-review.googlesource.com/806436 Commit-Ready: Jenny Tc Tested-by: Jenny Tc Reviewed-by: Shawn N --- board/wheatley/board.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/wheatley/board.h b/board/wheatley/board.h index eb2e579608..56f8169b7e 100644 --- a/board/wheatley/board.h +++ b/board/wheatley/board.h @@ -146,6 +146,8 @@ #undef CONFIG_CMD_TEMP_SENSOR #undef CONFIG_CMD_TIMERINFO #undef CONFIG_CONSOLE_CMDHELP +#undef CONFIG_CMD_I2C_SCAN +#undef CONFIG_CONSOLE_HISTORY /* Features of eSPI */ #undef CONFIG_ESPI /* Use eSPI protocol for host interface of x86 CPU */