diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-11 12:37:37 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-02-12 11:07:56 +0100 |
commit | 5cde0cb0a72b60b9e6bf83253708652c3dc5025e (patch) | |
tree | a3caf4d10db9c6a2b0cd0dba326e58c825cf50e9 /src | |
parent | 4a84e472112b7f646ba326fd2f0f693253905e8d (diff) | |
download | coreboot-5cde0cb0a72b60b9e6bf83253708652c3dc5025e.tar.xz |
mainboards: Drop remaining references to vboot indexes
Those aren't used anymore.
Change-Id: If7baf2d03c47bcc6f69d63a349bbf9d5e749aeac
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13685
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/cyan/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/google/guado/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/google/tidus/Kconfig | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index 5eb0815435..43d3479702 100644 --- a/src/mainboard/google/cyan/Kconfig +++ b/src/mainboard/google/cyan/Kconfig @@ -44,14 +44,6 @@ config MAINBOARD_VENDOR string default "Google" -config VBOOT_RAMSTAGE_INDEX - hex - default 0x2 - -config VBOOT_REFCODE_INDEX - hex - default 0x3 - if !GOP_SUPPORT config VGA_BIOS_FILE string diff --git a/src/mainboard/google/guado/Kconfig b/src/mainboard/google/guado/Kconfig index 975d9a6f20..8d1151337b 100644 --- a/src/mainboard/google/guado/Kconfig +++ b/src/mainboard/google/guado/Kconfig @@ -19,14 +19,6 @@ config CHROMEOS select VIRTUAL_DEV_SWITCH select PHYSICAL_REC_SWITCH -config VBOOT_RAMSTAGE_INDEX - hex - default 0x2 - -config VBOOT_REFCODE_INDEX - hex - default 0x3 - config MAINBOARD_DIR string default google/guado diff --git a/src/mainboard/google/tidus/Kconfig b/src/mainboard/google/tidus/Kconfig index 4ec9e78184..893fb3e511 100644 --- a/src/mainboard/google/tidus/Kconfig +++ b/src/mainboard/google/tidus/Kconfig @@ -19,14 +19,6 @@ config CHROMEOS select VIRTUAL_DEV_SWITCH select PHYSICAL_REC_SWITCH -config VBOOT_RAMSTAGE_INDEX - hex - default 0x2 - -config VBOOT_REFCODE_INDEX - hex - default 0x3 - config MAINBOARD_DIR string default google/tidus |