From 4b1f09694cddd27ba320552671ae84c9c7830f3b Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 12 May 2015 14:43:16 +0200 Subject: x230: Fix VGA PCIIDs. x230 is ivy, not sandy. Fix copy-paste error. Change-Id: Ic462bab39ddac0e1e6fef1e043970957e45fb6ed Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/10189 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/lenovo/x230/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/x230/Kconfig') 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 -- cgit v1.2.3