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
|
string
|
||||||
default "Google"
|
default "Google"
|
||||||
|
|
||||||
config VBOOT_RAMSTAGE_INDEX
|
|
||||||
hex
|
|
||||||
default 0x2
|
|
||||||
|
|
||||||
config VBOOT_REFCODE_INDEX
|
|
||||||
hex
|
|
||||||
default 0x3
|
|
||||||
|
|
||||||
if !GOP_SUPPORT
|
if !GOP_SUPPORT
|
||||||
config VGA_BIOS_FILE
|
config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
|
|
|
@ -19,14 +19,6 @@ config CHROMEOS
|
||||||
select VIRTUAL_DEV_SWITCH
|
select VIRTUAL_DEV_SWITCH
|
||||||
select PHYSICAL_REC_SWITCH
|
select PHYSICAL_REC_SWITCH
|
||||||
|
|
||||||
config VBOOT_RAMSTAGE_INDEX
|
|
||||||
hex
|
|
||||||
default 0x2
|
|
||||||
|
|
||||||
config VBOOT_REFCODE_INDEX
|
|
||||||
hex
|
|
||||||
default 0x3
|
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default google/guado
|
default google/guado
|
||||||
|
|
|
@ -19,14 +19,6 @@ config CHROMEOS
|
||||||
select VIRTUAL_DEV_SWITCH
|
select VIRTUAL_DEV_SWITCH
|
||||||
select PHYSICAL_REC_SWITCH
|
select PHYSICAL_REC_SWITCH
|
||||||
|
|
||||||
config VBOOT_RAMSTAGE_INDEX
|
|
||||||
hex
|
|
||||||
default 0x2
|
|
||||||
|
|
||||||
config VBOOT_REFCODE_INDEX
|
|
||||||
hex
|
|
||||||
default 0x3
|
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default google/tidus
|
default google/tidus
|
||||||
|
|
Loading…
Reference in New Issue