diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-07-06 10:27:47 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-14 18:49:09 +0000 |
commit | 40c1a41b2d7d1b2a53efb292307b48c1908c4cd9 (patch) | |
tree | d059a67ac1ff2c7505191ddbb1d4de64754fe76f /src/mainboard/system76/gaze15 | |
parent | 2118fb1f69009d65abc0d0ab7faad0b7fc5a0bdc (diff) |
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>
Diffstat (limited to 'src/mainboard/system76/gaze15')
-rw-r--r-- | src/mainboard/system76/gaze15/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig index b77e61a3e6..2be6d4a6ca 100644 --- a/src/mainboard/system76/gaze15/Kconfig +++ b/src/mainboard/system76/gaze15/Kconfig @@ -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 |