soc/amd/picasso/Kconfig: fix CONSOLE_UART_BASE_ADDRESS for SoC UART2
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I6deb2a4c632d39112dcce71f076742a1b62ee89b Reviewed-on: https://review.coreboot.org/c/coreboot/+/55546 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
aa7eb08dc8
commit
d614e85418
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue