google/gru: switch to spi2 for all scarlet based boards

Rainier, a scarlet derived board, was configured to use spi0 for tpm
driver by default. This patch switches it to spi2 to reflect recent
changes in scarlet-derived boards.

Change-Id: Ib67109786512c068bb957890f456bccff7addc86
Signed-off-by: Ege Mihmanli <egemih@google.com>
Reviewed-on: https://review.coreboot.org/23129
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Ege Mihmanli 2018-01-04 19:58:39 -08:00 committed by Martin Roth
parent 7ebabf9ccc
commit e9be44e6d8

View file

@ -90,7 +90,7 @@ config DRIVER_TPM_I2C_ADDR
config DRIVER_TPM_SPI_BUS
hex
default 0x2 if BOARD_GOOGLE_SCARLET
default 0x2 if GRU_BASEBOARD_SCARLET
default 0x0
config CONSOLE_SERIAL_UART_ADDRESS