mb/amd/onyx: use AMD SoC UART

Change-Id: I79ebbcc6a4a3a93e8437ef56aebdcf72f9a3e6ab
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78267
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Varshit Pandya 2023-10-06 18:14:43 +05:30 committed by Felix Held
parent 970d7701c7
commit ec27898f75
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y def_bool y
select SOC_AMD_GENOA select SOC_AMD_GENOA
select BOARD_ROMSIZE_KB_32768 select BOARD_ROMSIZE_KB_32768
select AMD_SOC_CONSOLE_UART
config FMDFILE config FMDFILE
default "src/mainboard/amd/onyx/board.fmd" default "src/mainboard/amd/onyx/board.fmd"