From 65ca24c02e0e9738781d4ca4d0cb3397cf9c2328 Mon Sep 17 00:00:00 2001 From: Mario Scheithauer Date: Tue, 15 Jan 2019 11:15:23 +0100 Subject: siemens/mc_apl4: Change UART_FOR_CONSOLE index This mainboard uses SOC internal UART 1 instead of UART 2 like all other mc_apl1 mainboards. Change-Id: Ib986962ed068fee019ffcec0391d43d5ab178458 Signed-off-by: Mario Scheithauer Reviewed-on: https://review.coreboot.org/c/30933 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Werner Zeh Reviewed-by: Angel Pons --- src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig index bc7922f46b..247b052129 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig @@ -7,4 +7,7 @@ config BOARD_SPECIFIC_OPTIONS select APL_SET_MIN_CLOCK_RATIO select DRIVERS_I2C_RX6110SA +config UART_FOR_CONSOLE + default 1 + endif # BOARD_SIEMENS_MC_APL4 -- cgit v1.2.3