diff options
-rw-r--r-- | src/soc/amd/phoenix/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index 611b8a399c..942c93139e 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -255,9 +255,7 @@ config VGA_BIOS_ID The default VGA BIOS PCI vendor/device ID should be set to the result of the map_oprom_vendev() function in graphics.c. -config VGA_BIOS_FILE - string - default "3rdparty/amd_blobs/phoenix/Vbios.bin" +# TODO: add VGA_BIOS_FILE default once the correct VBIOS binaries are available in amd_blobs config CONSOLE_UART_BASE_ADDRESS depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART |