aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-09-25 13:49:12 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-09-29 13:40:10 +0000
commit0d3e3f54c555e467c2b3e8f3024a6e0f1bbd9508 (patch)
tree100f8cf03309be7e216110362fc8c2174d04283b /src/mainboard
parentcfec5ddc1605d0cb91449e556d2064f27b42adc0 (diff)
mb/google/rex: Enable EC SW Sync
This patch de-selects EC software sync config and enable early EC Software Sync. BUG=b:248775521 TEST=Able to perform EC sync on Google/Rex. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: I6bf8018e8a3fd06bb98c82a27d12883fc8d3a5db Reviewed-on: https://review.coreboot.org/c/coreboot/+/67817 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/rex/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig
index fdc7f4fd10..91d393ff71 100644
--- a/src/mainboard/google/rex/Kconfig
+++ b/src/mainboard/google/rex/Kconfig
@@ -41,7 +41,6 @@ config BASEBOARD_DIR
config CHROMEOS
select EC_GOOGLE_CHROMEEC_SWITCHES
- select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC
select GBB_FLAG_FORCE_DEV_SWITCH_ON
select GBB_FLAG_FORCE_DEV_BOOT_USB
@@ -74,6 +73,7 @@ config MEMORY_SOLDERDOWN
select HAVE_SPD_IN_CBFS
config VBOOT
+ select VBOOT_EARLY_EC_SYNC
select VBOOT_LID_SWITCH
config UART_FOR_CONSOLE