diff options
author | Nico Huber <nico.h@gmx.de> | 2017-07-29 01:46:23 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-07-30 00:07:01 +0000 |
commit | 23b93dd7d806e6f8ca899adb0449b5d6accba3ba (patch) | |
tree | c7ac6b2492c17b4f1ccca0a84b790f7886157ed3 /src/mainboard/lenovo | |
parent | 2b5c02143152cee95fc189f05cca2243089ab45d (diff) |
intel/sandybridge: Clean VGA BIOS ids up a little
Sync map_oprom_vendev() and autoport with the list of PCI ids in the
`gma.c` driver, remove one obsolete Kconfig default override.
Change-Id: I12f24f415b695c516fbb947114e09c873af2e439
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/20814
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 84ebe86f98..065fd3c952 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -52,10 +52,6 @@ config DRAM_RESET_GATE_GPIO int default 10 -config VGA_BIOS_ID - string - default "8086,0106" - config VGA_BIOS_FILE string default "pci8086,0106.rom" |