EricR Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48070 )
Change subject: mb/google/brya: Set UART console ......................................................................
mb/google/brya: Set UART console
Follow latest schematic UART_PCH_DBG is UART 0.
BUG=b:174266035 TEST=Build Test
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I8e334fee1adcd79d058b7ab07127f8ecf1735202 --- M src/mainboard/google/brya/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/48070/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index e448e18..4348ef5 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -31,4 +31,8 @@ string default "brya0" if BOARD_GOOGLE_BRYA0
+config UART_FOR_CONSOLE + int + default 0 + endif # BOARD_GOOGLE_BASEBOARD_BRYA