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 <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76328 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com>
This commit is contained in:
parent
2118fb1f69
commit
40c1a41b2d
|
@ -69,9 +69,6 @@ config UART_FOR_CONSOLE
|
|||
config DIMM_MAX
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_ID
|
||||
default "8086,9b41"
|
||||
|
||||
config POST_DEVICE
|
||||
default n
|
||||
|
||||
|
|
|
@ -64,9 +64,6 @@ config UART_FOR_CONSOLE
|
|||
config DIMM_MAX
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_ID
|
||||
default "8086,9bc4"
|
||||
|
||||
config POST_DEVICE
|
||||
default n
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -61,9 +61,6 @@ config ONBOARD_VGA_IS_PRIMARY
|
|||
config DIMM_MAX
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_ID
|
||||
default "8086,9bc4"
|
||||
|
||||
config POST_DEVICE
|
||||
default n
|
||||
|
||||
|
|
Loading…
Reference in New Issue