[coreboot-gerrit] Change in coreboot[master]: google/gru: switch to spi2 for all scarlet based boards

Martin Roth (Code Review) gerrit at coreboot.org
Mon Jan 8 20:44:36 CET 2018


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/23129 )

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

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 at google.com>
Reviewed-on: https://review.coreboot.org/23129
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/google/gru/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig
index bbaec72..e97dce4 100644
--- a/src/mainboard/google/gru/Kconfig
+++ b/src/mainboard/google/gru/Kconfig
@@ -90,7 +90,7 @@
 
 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

-- 
To view, visit https://review.coreboot.org/23129
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib67109786512c068bb957890f456bccff7addc86
Gerrit-Change-Number: 23129
Gerrit-PatchSet: 2
Gerrit-Owner: Ege Mihmanli <egemih at google.com>
Gerrit-Reviewer: Ege Mihmanli <egemih at google.com>
Gerrit-Reviewer: Julius Werner <jwerner at chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180108/fdf5fe21/attachment.html>


More information about the coreboot-gerrit mailing list