diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-04-22 10:48:01 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-28 16:10:18 +0200 |
commit | be3e0a04b5ec01ff71e9fab61a136b858dfdaf9c (patch) | |
tree | 4aac9b94ae47afece191fbf378ec625232990569 /src/mainboard/google/rush/Kconfig | |
parent | 1124cec59a2c705a4ef3740dbdf0f68113602d31 (diff) | |
download | coreboot-be3e0a04b5ec01ff71e9fab61a136b858dfdaf9c.tar.xz |
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>
Diffstat (limited to 'src/mainboard/google/rush/Kconfig')
-rw-r--r-- | src/mainboard/google/rush/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/rush/Kconfig b/src/mainboard/google/rush/Kconfig index cb6da1ce68..9cb0223236 100644 --- a/src/mainboard/google/rush/Kconfig +++ b/src/mainboard/google/rush/Kconfig @@ -82,13 +82,6 @@ config BOOT_MEDIA_SPI_CHIP_SELECT help Which chip select to use for boot media. -# For rush, we are using vboot2. Thus, index for stages: -# VBOOT_ROMSTAGE_INDEX -> Use default value of 0x2 -# VBOOT_RAMSTAGE_INDEX -> Use 0x3 -config VBOOT_RAMSTAGE_INDEX - hex - default 0x3 - config DRIVER_TPM_I2C_BUS hex default 0x2 |