summaryrefslogtreecommitdiff
path: root/baseboard/kukui
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-07-09 09:16:26 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-09 19:08:02 +0000
commitc4d93aab3e6af00fcaa73c5e3c72b9395d9171fe (patch)
tree70ccfdb58b5b0ca4d8762f668c4ff72a026d581d /baseboard/kukui
parenta6575bd2a4ae805f2fc1bdaa70877a1eca8f1d75 (diff)
downloadchrome-ec-c4d93aab3e6af00fcaa73c5e3c72b9395d9171fe.tar.gz
kukui: disable CONFIG_CMD_FLASHINFO to reduce image size
Disable console command "flashinfo" to reduce image size. "flashinfo" is not used by the FAFT tests so it can safely be disabled. This saves over 500 bytes of RO and RW flash space each for the Kukui family. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I2b08c1f1453443cf07b6fde03417817c8387a928 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3018170 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'baseboard/kukui')
-rw-r--r--baseboard/kukui/baseboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/kukui/baseboard.h b/baseboard/kukui/baseboard.h
index c8d67f9c91..9170d680ea 100644
--- a/baseboard/kukui/baseboard.h
+++ b/baseboard/kukui/baseboard.h
@@ -285,6 +285,7 @@
/* Modules we want to exclude */
#undef CONFIG_CMD_BATTFAKE
#undef CONFIG_CMD_FLASH
+#undef CONFIG_CMD_FLASHINFO
#undef CONFIG_CMD_HASH
#undef CONFIG_CMD_MD
#undef CONFIG_CMD_POWERINDEBUG