diff options
author | Joel Kitching <kitching@google.com> | 2021-02-19 18:10:58 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-27 09:37:49 +0000 |
commit | a904fd6173c8d11e595dfca135d965a85729e0b4 (patch) | |
tree | 46a1fec77483639da670194b22d8179152289060 /src/mainboard/google/drallion | |
parent | f0a7e365276827bc8e1174074c15508211df1801 (diff) |
vboot: update GBB flags to use altfw terminology
As per CL:2641346, update GBB flag names:
GBB_FLAG_FORCE_DEV_BOOT_LEGACY -> GBB_FLAG_FORCE_DEV_BOOT_ALTFW
GBB_FLAG_DEFAULT_DEV_BOOT_LEGACY -> GBB_FLAG_DEFAULT_DEV_BOOT_ALTFW
BUG=b:179458327
TEST=make clean && make test-abuild
BRANCH=none
Signed-off-by: Joel Kitching <kitching@google.com>
Change-Id: I0ac5c9fde5a175f8844e9006bb18f792923f4f6d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50906
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/drallion')
-rw-r--r-- | src/mainboard/google/drallion/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 311f3f6c0b..919592ec8d 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -30,7 +30,7 @@ if BOARD_GOOGLE_BASEBOARD_DRALLION config CHROMEOS select GBB_FLAG_FORCE_DEV_SWITCH_ON select GBB_FLAG_FORCE_DEV_BOOT_USB - select GBB_FLAG_FORCE_DEV_BOOT_LEGACY + select GBB_FLAG_FORCE_DEV_BOOT_ALTFW select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC config CHROMEOS_WIFI_SAR |