aboutsummaryrefslogtreecommitdiff
path: root/hw/pcnet-pci.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2011-04-18 11:46:01 -0600
committerAlex Williamson <alex.williamson@redhat.com>2011-04-18 11:46:01 -0600
commit5ee8ad71e159e724e2fa1af6b2c502668179502a (patch)
tree1aa5fde75d4a450418132f13f2ae5726f887511b /hw/pcnet-pci.c
parent31a44434f7b3221d911d478de3d1665bde753c86 (diff)
PXE: Use consistent naming for PXE ROMs
And add missing ROMs to tarbin build target. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/pcnet-pci.c')
-rw-r--r--hw/pcnet-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pcnet-pci.c b/hw/pcnet-pci.c
index 339a401967..40ee29d38b 100644
--- a/hw/pcnet-pci.c
+++ b/hw/pcnet-pci.c
@@ -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;
}
}