From 0b97afd9b5efb2c204e7c80c550bfa046721be26 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 11:44:30 +0200 Subject: LGA1155 boards: Drop `VGA_BIOS_{FILE,ID}` for iGPU These boards have a socketed CPU, and the PCI device ID for the iGPU depends on the installed CPU. Specifying a default doesn't make sense. Change-Id: Iee6749e4fb691f09664cc6ffb3cbf66e4230fa9c Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54361 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/sapphire/pureplatinumh61/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mainboard/sapphire') diff --git a/src/mainboard/sapphire/pureplatinumh61/Kconfig b/src/mainboard/sapphire/pureplatinumh61/Kconfig index 9060181e4b..7722f9761a 100644 --- a/src/mainboard/sapphire/pureplatinumh61/Kconfig +++ b/src/mainboard/sapphire/pureplatinumh61/Kconfig @@ -23,14 +23,6 @@ config MAINBOARD_PART_NUMBER string default "Pure Platinum H61" -config VGA_BIOS_FILE - string - default "pci8086,0162.rom" - -config VGA_BIOS_ID - string - default "8086,0162" - config DRAM_RESET_GATE_GPIO int default 60 -- cgit v1.2.3