summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-07-13 14:40:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-10-11 17:50:03 +0000
commit5c511206c1026193c2eab893c69b708a31355704 (patch)
tree97256fd3189a7d4e61c2f0cd54bf21288aa66e57 /src
parentec27898f75cb45f27dd8b1a2c2d31de6987cb8c1 (diff)
mb/amd/onyx: Use BMC SOL by default
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: Iefe61d25367bbe5cff0cacbfbafa32607de77d0f Reviewed-on: https://review.coreboot.org/c/coreboot/+/76509 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/onyx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig
index ebefa5cacf..e724d14ab0 100644
--- a/src/mainboard/amd/onyx/Kconfig
+++ b/src/mainboard/amd/onyx/Kconfig
@@ -16,4 +16,8 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Onyx"
+# Use BMC SOL console on SoC UART1 by default
+config UART_FOR_CONSOLE
+ default 1
+
endif