src/mainboard/lenovo/t530/Kconfig: Fix PCI device id for the iGPU
Both T530 and W530 share the same PCI device id of 0166 for the iGPU. Change-Id: Idce809e3820a653144db424aff1c55b70c4c693a Signed-off-by: Prasun Gera <prasun.gera@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35431 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
9364afd3c0
commit
b5b5490bbd
|
@ -60,7 +60,10 @@ config DRAM_RESET_GATE_GPIO
|
|||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "pci8086,0106.rom" if BOARD_LENOVO_T530
|
||||
default "pci8086,0166.rom" if BOARD_LENOVO_W530
|
||||
default "pci8086,0166.rom"
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,0166"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue