summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2023-03-08 16:09:26 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-11 23:21:15 +0000
commit10a4a3219cd1bfd29d635062c3ceddeace502f4b (patch)
treedefc2415c52c088ac0cb9e05d71318c23e217c50
parent6921703f7dd89fa463c7f745ff90bf091f570e88 (diff)
downloadchrome-ec-10a4a3219cd1bfd29d635062c3ceddeace502f4b.tar.gz
rex: Disable SYSTEM_UNLOCKED mode
We don't need to force the SYSTEM_UNLOCKED any more. That's really only useful during initial bring-up when things may not be healthy. The unlocked state is determined at runtime. BRANCH=none BUG=b:272211541 TEST=booted on rex Change-Id: Ie5638fae9827372a1dec4589e7201d830d8887e0 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4322622 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
-rw-r--r--zephyr/program/rex/program.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/program/rex/program.conf b/zephyr/program/rex/program.conf
index 77616c17d6..cd0c699524 100644
--- a/zephyr/program/rex/program.conf
+++ b/zephyr/program/rex/program.conf
@@ -7,7 +7,6 @@ CONFIG_CROS_EC=y
CONFIG_SHIMMED_TASKS=y
CONFIG_SYSCON=y
# Enable during development
-CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y
CONFIG_PLATFORM_EC_BOARD_RESET_AFTER_POWER_ON=y
# Shell Commands