diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2021-04-06 13:06:54 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-04-07 15:15:00 +0000 |
commit | 800193414148d5f39be42110fc2c76ad1ceb7d2f (patch) | |
tree | 4f341da576e352199a7c4aefc024c7164a3bfd56 | |
parent | fffc21d3dce565525d5adec3b0755a1b1cdbf76c (diff) |
mb/google/mancomb: Enable early EC Software Sync
BUG=b:182211161
TEST=builds
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I9768feaadf2423acd50a71e9a2310b4ab2d1a2a8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52124
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | src/mainboard/google/mancomb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/mancomb/Kconfig b/src/mainboard/google/mancomb/Kconfig index ba8f1d4978..6a9692ccda 100644 --- a/src/mainboard/google/mancomb/Kconfig +++ b/src/mainboard/google/mancomb/Kconfig @@ -26,6 +26,7 @@ config CHROMEOS config VBOOT select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK + select VBOOT_EARLY_EC_SYNC config FMDFILE string |