From 40c1a41b2d7d1b2a53efb292307b48c1908c4cd9 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 6 Jul 2023 10:27:47 -0600 Subject: mb/system76: Drop VGA_BIOS_ID System76 boards use the VBT data file, not the VGA optionrom. Change-Id: Ie4100e09221ae4f301a621e7aac62e38ac04a444 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/76328 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/kbl-u/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/system76/kbl-u/Kconfig') diff --git a/src/mainboard/system76/kbl-u/Kconfig b/src/mainboard/system76/kbl-u/Kconfig index 3c35017899..863d475977 100644 --- a/src/mainboard/system76/kbl-u/Kconfig +++ b/src/mainboard/system76/kbl-u/Kconfig @@ -64,10 +64,6 @@ config DIMM_MAX config DIMM_SPD_SIZE default 512 -config VGA_BIOS_ID - default "8086,5916" if BOARD_SYSTEM76_GALP2 - default "8086,5917" if BOARD_SYSTEM76_GALP3 || BOARD_SYSTEM76_GALP3_B - config POST_DEVICE default n -- cgit v1.2.3