diff options
author | Vijay Hiremath <vijay.p.hiremath@intel.com> | 2021-10-01 15:49:47 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-10-04 22:18:25 +0000 |
commit | ea3984c7ba2e077be3277ebd38f54a5f2cebd0b0 (patch) | |
tree | 199a6de8b7d5723a4fb6d571bda40f497116beb4 | |
parent | 050de1d90ddd6207b42811a9242e6abed78b0e8d (diff) | |
download | chrome-ec-ea3984c7ba2e077be3277ebd38f54a5f2cebd0b0.tar.gz |
kukui: Disable 'flashwp' console commands to save space
Just preserving the build at ToT. Do not cherry pick.
BRANCH=none
BUG=none
TEST=make BOARD=krane -j
Before:
4180 bytes in flash and 11268 bytes in RAM still available on krane RO
80 bytes in flash and 8244 bytes in RAM still available on krane RW
After:
4308 bytes in flash and 11268 bytes in RAM still available on krane RO
304 bytes in flash and 8244 bytes in RAM still available on krane RW
Change-Id: I1d433999560ca9e176d1c420cda6dadb29ec7509
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3200517
Reviewed-by: Keith Short <keithshort@chromium.org>
Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r-- | baseboard/kukui/baseboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/kukui/baseboard.h b/baseboard/kukui/baseboard.h index b9feeb0a09..f6a5c764ef 100644 --- a/baseboard/kukui/baseboard.h +++ b/baseboard/kukui/baseboard.h @@ -290,6 +290,7 @@ /* Modules we want to exclude */ #undef CONFIG_CMD_BATTFAKE #undef CONFIG_CMD_FLASH +#undef CONFIG_CMD_FLASH_WP #undef CONFIG_CMD_FLASHINFO #undef CONFIG_CMD_HASH #undef CONFIG_CMD_MD |