summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-08-16 15:21:20 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-16 09:17:07 +0000
commit9ac5c481d05cd9c469b284e747e1afa8fa6fe5cb (patch)
treedea34dbfd55191013967dc36c14b0b5a625f1dfb
parent63432ffff5441d3dfde7fc7c035436c824546ca4 (diff)
downloadchrome-ec-9ac5c481d05cd9c469b284e747e1afa8fa6fe5cb.tar.gz
krabby: disable CONFIG_LOG
it81202 has more strict RAM requirement, and enable this config put the system into unstable state: e.g. watchdog trap, hit stack overflow at charger thread, broken AP-EC spi when connected to an external display. Before we fix the above issues, we temporarily disable the config. BUG=none TEST=none BRANCH=none Change-Id: I72189a6cb6699f8a41366319cdf683fb1c453b97 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3832983 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--zephyr/projects/corsola/prj_it81202_base.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/projects/corsola/prj_it81202_base.conf b/zephyr/projects/corsola/prj_it81202_base.conf
index ba8b27294a..8c486428b1 100644
--- a/zephyr/projects/corsola/prj_it81202_base.conf
+++ b/zephyr/projects/corsola/prj_it81202_base.conf
@@ -7,12 +7,6 @@ CONFIG_SHELL_HISTORY_BUFFER=256
CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y
CONFIG_PLATFORM_EC_BRINGUP=y
-# Debug options and features; can be disabled to save memory or once bringup
-# is complete.
-CONFIG_SHELL_MINIMAL=n
-CONFIG_LOG=y
-CONFIG_LOG_MODE_MINIMAL=y
-
# Power Sequencing
CONFIG_PLATFORM_EC_CHIPSET_RESET_HOOK=y