]> git.proxmox.com Git - qemu.git/blobdiff - hw/pcnet-pci.c
PXE: Use consistent naming for PXE ROMs
[qemu.git] / hw / pcnet-pci.c
index 339a4019679778e1bd493ed89d3d3bb09b5c2c84..40ee29d38b1c9d8292f81743807e0c3d82384e4a 100644 (file)
@@ -310,7 +310,7 @@ static int pci_pcnet_init(PCIDevice *pci_dev)
     if (!pci_dev->qdev.hotplugged) {
         static int loaded = 0;
         if (!loaded) {
-            rom_add_option("pxe-pcnet.bin", -1);
+            rom_add_option("pxe-pcnet.rom", -1);
             loaded = 1;
         }
     }