]> git.proxmox.com Git - qemu.git/blobdiff - hw/pcnet-pci.c
Merge remote branch 'origin/master' into pci
[qemu.git] / hw / pcnet-pci.c
index 4ac3e3297c776a550936db49f12f2cd8b004c7a4..9415a1ecf51f24c3b745ff4bfd02f943c7679079 100644 (file)
@@ -296,7 +296,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;
         }
     }