diff options
author | Jonathan Brandmeyer <jbrandmeyer@chromium.org> | 2018-09-26 10:22:06 -0600 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-09-27 19:45:04 -0700 |
commit | 2d2190f6b41814dff68f0b53ede2460fc79fd1d8 (patch) | |
tree | 3da85623cae62e8afecadd4c943f293e43e682d7 | |
parent | 9e67cde50f6f5ecd578e47db612b1a7b9e1e1ff7 (diff) | |
download | chrome-ec-2d2190f6b41814dff68f0b53ede2460fc79fd1d8.tar.gz |
grunt family: Clear CONFIG_SYSTEM_UNLOCKED
Some factory tests are evaluating behavior that is sensitive to RO
firmware behaving like a locked system image. Caveat: EC engineers will
need to manually `sysjump rw` or use flashrom to update the entire
system firmware image as described in the grunt care and feeding guide.
TEST=buildall; flash and boot a Careena pre-release system.
BRANCH=grunt
BUG=b:114686468
Signed-off-by: Jonathan Brandmeyer <jbrandmeyer@chromium.org>
Change-Id: Ida253bd9e0197a4a70abed3f3670b720fa0e33bb
Reviewed-on: https://chromium-review.googlesource.com/1246268
Commit-Ready: Jonathan Brandmeyer <jbrandmeyer@chromium.org>
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Jonathan Brandmeyer <jbrandmeyer@chromium.org>
Reviewed-by: Edward Hill <ecgh@chromium.org>
-rw-r--r-- | board/aleena/board.h | 2 | ||||
-rw-r--r-- | board/careena/board.h | 2 | ||||
-rw-r--r-- | board/grunt/board.h | 2 | ||||
-rw-r--r-- | board/liara/board.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/board/aleena/board.h b/board/aleena/board.h index 9e2cea8bb3..a1e8a4f801 100644 --- a/board/aleena/board.h +++ b/board/aleena/board.h @@ -18,8 +18,6 @@ #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF -#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ - /* Power and battery LEDs */ #define CONFIG_LED_COMMON #define CONFIG_CMD_LEDTEST diff --git a/board/careena/board.h b/board/careena/board.h index f3f47b33b3..2cee3a751a 100644 --- a/board/careena/board.h +++ b/board/careena/board.h @@ -18,8 +18,6 @@ #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF -#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ - #define CONFIG_LED_COMMON #define CONFIG_CMD_LEDTEST #define CONFIG_KEYBOARD_FACTORY_TEST diff --git a/board/grunt/board.h b/board/grunt/board.h index a020b6eae0..cd529e19c4 100644 --- a/board/grunt/board.h +++ b/board/grunt/board.h @@ -18,8 +18,6 @@ #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF -#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ - /* Power and battery LEDs */ #define CONFIG_LED_COMMON #define CONFIG_CMD_LEDTEST diff --git a/board/liara/board.h b/board/liara/board.h index e6cf8e0056..43c1175b09 100644 --- a/board/liara/board.h +++ b/board/liara/board.h @@ -18,8 +18,6 @@ #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF -#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ - /* Power and battery LEDs */ #define CONFIG_LED_COMMON #define CONFIG_CMD_LEDTEST |