From 9ac5c481d05cd9c469b284e747e1afa8fa6fe5cb Mon Sep 17 00:00:00 2001 From: Eric Yilun Lin Date: Tue, 16 Aug 2022 15:21:20 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3832983 Commit-Queue: Ting Shen Auto-Submit: Eric Yilun Lin Tested-by: Eric Yilun Lin Reviewed-by: Ting Shen --- zephyr/projects/corsola/prj_it81202_base.conf | 6 ------ 1 file changed, 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 -- cgit v1.2.1