From 10a4a3219cd1bfd29d635062c3ceddeace502f4b Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Wed, 8 Mar 2023 16:09:26 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4322622 Reviewed-by: Keith Short Reviewed-by: Fabio Baltieri --- zephyr/program/rex/program.conf | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1