Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76509?usp=email )
Change subject: mb/amd/onyx: Use BMC SOL by default ......................................................................
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 --- M src/mainboard/amd/onyx/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig index ebefa5c..e724d14 100644 --- a/src/mainboard/amd/onyx/Kconfig +++ b/src/mainboard/amd/onyx/Kconfig @@ -16,4 +16,8 @@ config MAINBOARD_PART_NUMBER default "Onyx"
+# Use BMC SOL console on SoC UART1 by default +config UART_FOR_CONSOLE + default 1 + endif