aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2019-01-15 11:15:23 +0100
committerWerner Zeh <werner.zeh@siemens.com>2019-01-16 07:13:39 +0000
commit65ca24c02e0e9738781d4ca4d0cb3397cf9c2328 (patch)
treef5079a5c731f3639ad0b1c71092070ba8fa6177f /src/mainboard/siemens
parentd13b2d05085486bd077ac6f1d4a513345594b557 (diff)
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>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig3
1 files changed, 3 insertions, 0 deletions
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