summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2023-01-27 11:06:10 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-27 19:52:03 +0000
commitfbb5f735ca4080f35fbed09c7dbf6e78bb5eb257 (patch)
tree4605f922b1b390bbb79d779529797fce99e51cc4
parente3862acfe8b3e9125cf3c74d0bdbee8a9b93b2fc (diff)
downloadchrome-ec-fbb5f735ca4080f35fbed09c7dbf6e78bb5eb257.tar.gz
Skyrim: Reduce flash usage
Remove extended shell help and the TCPC dump command to free up more flash space on skyrim platforms. BRANCH=None BUG=None TEST=build and confirm we now have less than 95% of flash used Change-Id: Ie9edf26e70f27aefd14301bbdabb18da75e999a2 Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4199172 Reviewed-by: Robert Zieba <robertzieba@google.com> Commit-Queue: Robert Zieba <robertzieba@google.com>
-rw-r--r--zephyr/program/skyrim/program.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/program/skyrim/program.conf b/zephyr/program/skyrim/program.conf
index 69642809c7..255169bede 100644
--- a/zephyr/program/skyrim/program.conf
+++ b/zephyr/program/skyrim/program.conf
@@ -8,7 +8,6 @@ CONFIG_SHIMMED_TASKS=y
CONFIG_ESPI=y
# Shell features
-CONFIG_SHELL_HELP=y
CONFIG_SHELL_HISTORY=y
CONFIG_SHELL_TAB=y
CONFIG_SHELL_TAB_AUTOCOMPLETION=y
@@ -130,6 +129,7 @@ CONFIG_FLASH_PAGE_LAYOUT=n # 1876 bytes
CONFIG_FLASH_SHELL=n # 1852 bytes
CONFIG_PLATFORM_EC_CONSOLE_CMD_ACCEL_INFO=n # 656 bytes
CONFIG_PLATFORM_EC_CONSOLE_CMD_MEM=n # 896 bytes
-# CONFIG_PLATFORM_EC_CONSOLE_CMD_TCPC_DUMP=n # 1180 bytes
+CONFIG_PLATFORM_EC_CONSOLE_CMD_TCPC_DUMP=n # 1180 bytes
CONFIG_PLATFORM_EC_CONSOLE_CMD_USB_PD_CABLE=n # 1104 bytes
+CONFIG_SHELL_HELP=n # 3432 bytes
CONFIG_THREAD_MONITOR=n # 1548 bytes