aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-24 02:22:45 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-11-05 14:17:55 +0000
commitce1d588f071dd3c6917a6423f2908dabe824a773 (patch)
tree0d0e776ef910daab11afa4be4369eca9f86227a5 /src/mainboard/msi
parent6b495bcf1610a26ed9c7c0ec36a360c324b2e9b1 (diff)
mb/msi/ms7707/Kconfig: Drop invalid defaults
The PCI ID corresponds to the iGPU, which is disabled in the devicetree. Also, the VBIOS file does not exist at the specified location. Change-Id: I4f128d3057dc7218f32320c4e23466eb31af4e54 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45672 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r--src/mainboard/msi/ms7707/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/msi/ms7707/Kconfig b/src/mainboard/msi/ms7707/Kconfig
index e6095ba305..93a43f9517 100644
--- a/src/mainboard/msi/ms7707/Kconfig
+++ b/src/mainboard/msi/ms7707/Kconfig
@@ -33,12 +33,4 @@ config CBFS_SIZE
hex
default 0x200000
-config VGA_BIOS_FILE
- string
- default "3rdparty/blobs/mainboard/\$(MAINBOARDDIR)/vgabios.bin"
-
-config VGA_BIOS_ID
- string
- default "8086,0102"
-
endif