From 4263093e235dd9645dfac82d54766d6217957c41 Mon Sep 17 00:00:00 2001 From: Andrew McRae Date: Wed, 4 May 2022 14:03:36 +1000 Subject: nissa: Turn off CONFIG_BRINGUP CONFIG_BRINGUP by default will not start the CPU, though the current power sequence code starts automatically. Turn off CONFIG_BRINGUP in preparation for a fix that changes the way the power sequence code handles the starting of the CPU (the power button logic should be used to control the starting of the CPU). BUG=b:223113743 TEST=zmake build nivviks; flash & run BRANCH=none Signed-off-by: Andrew McRae Change-Id: I496bacf9f5e9da09260fd813aade84eca80dd57b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3626855 Reviewed-by: Peter Marheine --- zephyr/projects/nissa/prj.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/projects/nissa/prj.conf b/zephyr/projects/nissa/prj.conf index 6617961b0a..7c055a8339 100644 --- a/zephyr/projects/nissa/prj.conf +++ b/zephyr/projects/nissa/prj.conf @@ -8,10 +8,10 @@ CONFIG_CROS_EC=y CONFIG_PLATFORM_EC=y CONFIG_SHIMMED_TASKS=y CONFIG_LTO=y +CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y # Debug options and features; can be disabled to save memory or once bringup # is complete. -CONFIG_PLATFORM_EC_BRINGUP=y CONFIG_SHELL_MINIMAL=n CONFIG_LOG=y CONFIG_LOG_MODE_MINIMAL=y -- cgit v1.2.1