From 97b049d99fafb5c608fe302dcf5e65f7659c15fb Mon Sep 17 00:00:00 2001 From: Rob Barnes Date: Thu, 1 Jul 2021 15:57:45 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3001393 Reviewed-by: Diana Z --- baseboard/guybrush/baseboard.h | 1 - 1 file changed, 1 deletion(-) (limited to 'baseboard') 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 */ -- cgit v1.2.1