diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-09-24 02:22:45 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-11-05 14:17:55 +0000 |
commit | ce1d588f071dd3c6917a6423f2908dabe824a773 (patch) | |
tree | 0d0e776ef910daab11afa4be4369eca9f86227a5 /src/mainboard | |
parent | 6b495bcf1610a26ed9c7c0ec36a360c324b2e9b1 (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')
-rw-r--r-- | src/mainboard/msi/ms7707/Kconfig | 8 |
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 |