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

Ege Mihmanli (Code Review) gerrit at coreboot.org
Fri Jan 5 05:04:32 CET 2018


Ege Mihmanli has uploaded this change for review. ( 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>
---
M src/mainboard/google/gru/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/23129/1

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: newchange
Gerrit-Change-Id: Ib67109786512c068bb957890f456bccff7addc86
Gerrit-Change-Number: 23129
Gerrit-PatchSet: 1
Gerrit-Owner: Ege Mihmanli <egemih at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180105/54f252f6/attachment-0001.html>


More information about the coreboot-gerrit mailing list