Werner Zeh has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30933 )
Change subject: siemens/mc_apl4: Change UART_FOR_CONSOLE index ......................................................................
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 mario.scheithauer@siemens.com Reviewed-on: https://review.coreboot.org/c/30933 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Werner Zeh werner.zeh@siemens.com Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Werner Zeh: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig index bc7922f..247b052 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 @@ select APL_SET_MIN_CLOCK_RATIO select DRIVERS_I2C_RX6110SA
+config UART_FOR_CONSOLE + default 1 + endif # BOARD_SIEMENS_MC_APL4