diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-04-13 13:43:02 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-16 06:38:47 +0000 |
commit | 442c5603346776a40ddaad1e53552e89a3c77429 (patch) | |
tree | d09dc0b767f539ce643008695fd1e97bf05e07e3 /src | |
parent | 31d49ec117bb7bb6179b5639844ac146fc0335a6 (diff) |
mb/google/guybrush: Sort VBOOT_EARLY_EC_SYNC
BUG=none
TEST=none
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I658372d082a8276f15c7165fe4104de4613fe7d0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52353
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 9f43d5eec4..f4afd2e87e 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -33,10 +33,10 @@ 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 - select VBOOT_EARLY_EC_SYNC config FMDFILE string |