diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2021-04-16 11:18:48 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-19 06:30:49 +0000 |
commit | 9605136bc6b661ea340391100e616abeb26b39a1 (patch) | |
tree | e445e3c578216e9cb54c0fb9bfa15ae4f33fe03c /src | |
parent | 1f2b5fb20137afc897aff6304cd31682cac56282 (diff) | |
download | coreboot-9605136bc6b661ea340391100e616abeb26b39a1.tar.xz |
Revert "mb/google/guybrush: Enable early EC Software Sync"
This reverts commit 1e36dc078e4012f884d67a32f1faac5f80406285. With EFS2
already enabled in EC, enabling early EC sync is not required. Also a
workaround has been added in payload to address any boot issues.
BUG=b:185277224
TEST=Build and boot to OS in Guybrush in both normal and recovery mode.
Cq-Depend: chromium:2832032
Change-Id: I921dc5c814e5187dce283eeff43075b59885723a
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52418
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 467d31c2d2..5a1c98d3a3 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -35,7 +35,6 @@ config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES config VBOOT - select VBOOT_EARLY_EC_SYNC select VBOOT_LID_SWITCH select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK |