diff options
Diffstat (limited to 'src/mainboard/google/rush/Kconfig')
-rw-r--r-- | src/mainboard/google/rush/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/google/rush/Kconfig b/src/mainboard/google/rush/Kconfig index 94cbed1ea7..95597b00f9 100644 --- a/src/mainboard/google/rush/Kconfig +++ b/src/mainboard/google/rush/Kconfig @@ -78,9 +78,12 @@ 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 0x2 + default 0x3 config DRIVER_TPM_I2C_BUS hex |