Bernardo Perez Priego has uploaded this change for review.

View Change

mb/google/drallion: Enable UART console for arcada_cml and sarien_cml

Drallion uses UART 0 for console, other two variants remain as UART 2.

BUG=b:139095062
TEST="emerge-drallion coreboot chromeos-bootimage.
Console should be visible"

Change-Id: I520a07ad6f755bc2e6481329fc69bef9a36e31e2
Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
---
M src/mainboard/google/drallion/Kconfig
1 file changed, 3 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/35785/1
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig
index 35f7150..256f8cb 100644
--- a/src/mainboard/google/drallion/Kconfig
+++ b/src/mainboard/google/drallion/Kconfig
@@ -84,7 +84,9 @@

config UART_FOR_CONSOLE
int
- default 0
+ default 2 if BOARD_GOOGLE_ARCADA_CML
+ default 2 if BOARD_GOOGLE_SARIEN_CML
+ default 0 if BOARD_GOOGLE_DRALLION

config VARIANT_DIR
string

To view, visit change 35785. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I520a07ad6f755bc2e6481329fc69bef9a36e31e2
Gerrit-Change-Number: 35785
Gerrit-PatchSet: 1
Gerrit-Owner: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
Gerrit-MessageType: newchange