summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-05-04 14:03:36 +1000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-06 03:44:40 +0000
commit4263093e235dd9645dfac82d54766d6217957c41 (patch)
tree029507532e0610d3ec96236b0ad33fb4de061d0d
parent47edd7b63dc90baf003b7da779f49e8a786f3ee0 (diff)
downloadchrome-ec-4263093e235dd9645dfac82d54766d6217957c41.tar.gz
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 <amcrae@google.com> Change-Id: I496bacf9f5e9da09260fd813aade84eca80dd57b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3626855 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
-rw-r--r--zephyr/projects/nissa/prj.conf2
1 files changed, 1 insertions, 1 deletions
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