diff options
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r-- | util/autoport/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go index b889a95681..9b0b43666a 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -510,9 +510,6 @@ func (g GenericVGA) Scan(ctx Context, addr PCIDevData) { KconfigString["VGA_BIOS_ID"] = fmt.Sprintf("%04x,%04x", addr.PCIVenID, addr.PCIDevID) - KconfigString["VGA_BIOS_FILE"] = fmt.Sprintf("pci%04x,%04x.rom", - addr.PCIVenID, - addr.PCIDevID) PutPCIDevParent(addr, g.Comment, g.MissingParent) IGDEnabled = true } |