diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-12 14:43:16 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-14 15:08:40 +0200 |
commit | 4b1f09694cddd27ba320552671ae84c9c7830f3b (patch) | |
tree | 8b5d58f9a1d05e124f183036502c42b0ebe438a4 /src | |
parent | e7db9dd2a0d42e48186f98a43221cb97051c0cdc (diff) | |
download | coreboot-4b1f09694cddd27ba320552671ae84c9c7830f3b.tar.xz |
x230: Fix VGA PCIIDs.
x230 is ivy, not sandy. Fix copy-paste error.
Change-Id: Ic462bab39ddac0e1e6fef1e043970957e45fb6ed
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10189
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/x230/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig index 3b969ddf03..05b7506a3a 100644 --- a/src/mainboard/lenovo/x230/Kconfig +++ b/src/mainboard/lenovo/x230/Kconfig @@ -59,7 +59,11 @@ config DRAM_RESET_GATE_GPIO config VGA_BIOS_FILE string - default "pci8086,0106.rom" + default "pci8086,0166.rom" + +config VGA_BIOS_ID + string + default "8086,0166" config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex |