diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 6e1deb1a2c..8cc67ff8c3 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -136,8 +136,8 @@ config ECAM_MMCONF_BUS_NUMBER config VGA_BIOS_ID string - default "1002,9874" if AMD_APU_MERLINFALCON - default "1002,98e4" + default "1002,9870" if AMD_APU_MERLINFALCON + default "1002,98e0" help The default VGA BIOS PCI vendor/device ID should be set to the result of the map_oprom_vendev() function in northbridge.c. |