summaryrefslogtreecommitdiff
path: root/baseboard/kukui
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-09-30 10:03:53 -0700
committerCommit Bot <commit-bot@chromium.org>2021-10-01 01:07:24 +0000
commit5b9ce1a792577b8e1a0dd6aaa7031208ef8d462c (patch)
tree202889a6dc87314842e42a000c2edb932f78ee7b /baseboard/kukui
parent6541eebcf6b4424076466d10b147a9302d1856f7 (diff)
downloadchrome-ec-5b9ce1a792577b8e1a0dd6aaa7031208ef8d462c.tar.gz
kukui: Disable 'chgsup & gettime' console commands to save space
Just preserving the build at ToT. Do not cherry pick. BRANCH=none BUG=none TEST=make BOARD=kodama -j before: 236 bytes in flash and 11212 bytes in RAM still available on kodama RO 13696 bytes in flash and 8688 bytes in RAM still available on kodama RW After: 428 bytes in flash and 11212 bytes in RAM still available on kodama RO 13696 bytes in flash and 8688 bytes in RAM still available on kodama RW Change-Id: I42ffbf532d2a42b8d325692f20ca5f0c061e8969 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3198233 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/kukui')
-rw-r--r--baseboard/kukui/baseboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseboard/kukui/baseboard.h b/baseboard/kukui/baseboard.h
index 87ebeb40e1..b9feeb0a09 100644
--- a/baseboard/kukui/baseboard.h
+++ b/baseboard/kukui/baseboard.h
@@ -300,7 +300,9 @@
#ifdef SECTION_IS_RO
#undef CONFIG_CMD_ADC
#undef CONFIG_CMD_APTHROTTLE
+#undef CONFIG_CMD_CHARGE_SUPPLIER_INFO
#undef CONFIG_CMD_CRASH
+#undef CONFIG_CMD_GETTIME
#undef CONFIG_CMD_HCDEBUG
#undef CONFIG_CMD_IDLE_STATS
#undef CONFIG_CMD_MFALLOW