diff options
author | Subrata Banik <subratabanik@google.com> | 2023-04-28 14:04:22 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-07-17 03:23:35 +0000 |
commit | 7627208ad735dbcd5631c301c15f2ee451fdd9d6 (patch) | |
tree | 2ceff1fcf245b2894436853142bf7467aea5e896 | |
parent | cd3a99eaf96ac632426aff0b838f62b72ee3ca12 (diff) |
mb/google/rex: Disable early EC sync
This patch disables early EC sync to avoid an idle delay (~3sec)
without a provision to notify the user about some critical task
in progress.
Doing EC sync at later stage allows us to notify using graphical msg
on screen to make user aware of the WIP task.
BUG=b:279944831
TEST=Able to perform EC sync from depthcharge on google/rex.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I03ed40827c50e75ceaaf94e30d675014ebf22dac
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74837
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index a45e857275..014c3a7974 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -118,7 +118,6 @@ config MEMORY_SOLDERDOWN select HAVE_SPD_IN_CBFS config VBOOT - select VBOOT_EARLY_EC_SYNC select VBOOT_LID_SWITCH config UART_FOR_CONSOLE |