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>
This commit is contained in:
parent
e7db9dd2a0
commit
4b1f09694c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue