summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-07-01 15:57:45 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-12 15:06:03 +0000
commit97b049d99fafb5c608fe302dcf5e65f7659c15fb (patch)
treed1fb917e3b2ff1cecafaa7b382c69868a91e5eb7 /baseboard
parent2badec0ee0b763e674cb800d689a3f7d0e821ca6 (diff)
downloadchrome-ec-97b049d99fafb5c608fe302dcf5e65f7659c15fb.tar.gz
guybrush: Remove CONFIG_SYSTEM_UNLOCKED
We should no longer rely on the system being hard-coded to be unlocked. This should be determined at runtime from the write-protect status of flash. So, remove CONFIG_SYSTEM_UNLOCKED. BRANCH=none BUG=b:191333062 TEST=guybrush boots Change-Id: I57f281a8d2682b94aacabafc8258cf4da634551f Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3001393 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/guybrush/baseboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/baseboard/guybrush/baseboard.h b/baseboard/guybrush/baseboard.h
index 5c88843d64..e944b1b1ee 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -15,7 +15,6 @@
/* Optional features */
#define CONFIG_ASSERT_CCD_MODE_ON_DTS_CONNECT
-#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
#define CONFIG_LTO /* Link-Time Optimizations to reduce code size */
#define CONFIG_I2C_DEBUG /* Print i2c traces */
#define CONFIG_CMD_S5_TIMEOUT /* Allow a user-specified timeout to exit S5 */