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>
This commit is contained in:
parent
4a84e47211
commit
5cde0cb0a7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue