From d614e85418c1fb524df34bb7522ccd6b410296a1 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 15 Jun 2021 21:06:38 +0200 Subject: soc/amd/picasso/Kconfig: fix CONSOLE_UART_BASE_ADDRESS for SoC UART2 Signed-off-by: Felix Held Change-Id: I6deb2a4c632d39112dcce71f076742a1b62ee89b Reviewed-on: https://review.coreboot.org/c/coreboot/+/55546 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/amd/picasso/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 9518f64331..aa0d54aad0 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -271,7 +271,7 @@ config CONSOLE_UART_BASE_ADDRESS hex default 0xfedc9000 if UART_FOR_CONSOLE = 0 default 0xfedca000 if UART_FOR_CONSOLE = 1 - default 0xfedc3000 if UART_FOR_CONSOLE = 2 + default 0xfedce000 if UART_FOR_CONSOLE = 2 default 0xfedcf000 if UART_FOR_CONSOLE = 3 config SMM_TSEG_SIZE -- cgit v1.2.3