diff options
author | Shelley Chen <shchen@google.com> | 2024-02-21 09:51:31 -0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-02-22 19:04:13 +0000 |
commit | 4ed5b1723d19c349d9a1f6be1351b8394652ea7e (patch) | |
tree | 39cbb7f792ef717db135b45cce0eabc81f459a7a /src | |
parent | 2b64dbeb93f7d4735001af2626d9c3deabbed06b (diff) |
mb/google/brox: Disable Early EC Sync
Early EC Sync does not need to be enabled in coreboot as EFS2 is being
enabled in the EC.
BUG=b:326152804
BRANCH=None
TEST=emerge-brox coreboot
To be tested with EC sync enabled
Change-Id: I08bdbe9f3dcea837b0b148adc137c03d3461877a
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80689
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brox/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 0594732ce1..1794d46409 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -113,7 +113,6 @@ config VARIANT_DIR default "brox" if BOARD_GOOGLE_BROX config VBOOT - select VBOOT_EARLY_EC_SYNC select VBOOT_LID_SWITCH config DIMM_SPD_SIZE |