diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-01-31 13:38:22 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-01-31 14:39:06 +0100 |
commit | 8b73cee9e557190f8138770b4eefe6f1aa2931e9 (patch) | |
tree | d02daa43d5236930f9f306f0e7710fff81aa6244 | |
parent | b5400ad412e1c8e6dba7d9f25d3eb7a5ba96d193 (diff) |
stout: Fix VGA PCIIDs.
Change-Id: I7dcde170d0f59ea9886342c0d2c09b70b9d0d84d
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13537
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com>
-rw-r--r-- | src/mainboard/google/stout/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index 666c1ae3d4..94229c409c 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -37,7 +37,11 @@ config MAX_CPUS config VGA_BIOS_FILE string - default "pci8086,0106.rom" + default "pci8086,0156.rom" + +config VGA_BIOS_ID + string + default "8086,0156" config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex |