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:
parent
7ebabf9ccc
commit
e9be44e6d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue