diff options
author | Duncan Laurie <dlaurie@google.com> | 2019-04-26 13:10:10 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-29 12:23:40 +0000 |
commit | 053de0d812ac22921deb39b69a9fdbb17f89033a (patch) | |
tree | 7182e7c62eed499737c274ea9b4ca69cc1e7d030 /src/mainboard | |
parent | 9a1d057f5f25caf42bc12b6ca6da48c5c9fe9d16 (diff) | |
download | coreboot-053de0d812ac22921deb39b69a9fdbb17f89033a.tar.xz |
mb/google/sarien: Update GBB flags
Disable the GBB flag forcing manual recovery now that we can read
the manual recovery from H1.
Enable the GBB flag to skip EC software sync, since images built
from coreboot.org do not include the EC binaries by default.
Change-Id: I0e1d6304e3e29eda68c7b807cf0774275c37d710
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32476
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 1e6df57f2f..c48a908dc1 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -37,7 +37,7 @@ config CHROMEOS select GBB_FLAG_FORCE_DEV_SWITCH_ON select GBB_FLAG_FORCE_DEV_BOOT_USB select GBB_FLAG_FORCE_DEV_BOOT_LEGACY - select GBB_FLAG_FORCE_MANUAL_RECOVERY + select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC config DIMM_MAX int |