boards: remove VBOOT_(REFCODE|RAMSTAGE|ROMSTAGE)_INDEX

These options will need to just be selected in within
the .config files. There's not need in duplicating all
these options.

Change-Id: I7b670bc59a3b35e39eee4faecaf4aa779d47a3bb
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9959
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Aaron Durbin
2015-04-22 10:48:01 -05:00
committed by Patrick Georgi
parent 1124cec59a
commit be3e0a04b5
21 changed files with 0 additions and 123 deletions

View File

@@ -49,17 +49,6 @@ config MAINBOARD_VENDOR
string
default "Google"
# The 'ecrwhash' is removed from FMAP on Danger, since we don't have EC.
# As a result, we have to hack RAMSTAGE and ROMSTAGE index until there are
# better approaches for vboot2 to find right index.
config VBOOT_RAMSTAGE_INDEX
hex
default 0x2
config VBOOT_ROMSTAGE_INDEX
hex
default 0x1
config BOOT_MEDIA_SPI_BUS
int
default 2