diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-10-15 22:51:07 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-11-22 10:00:07 +0200 |
commit | 84d6f05bde482f8b9cf2f4a73a0c9e8ae6291de7 (patch) | |
tree | 01476f004360343974ceeaa4e0ecf6bb27425fdc /Makefile | |
parent | 6e3305fabca64de4d80ce31b454b9b03c3b296c2 (diff) | |
download | qemu-84d6f05bde482f8b9cf2f4a73a0c9e8ae6291de7.tar.gz qemu-84d6f05bde482f8b9cf2f4a73a0c9e8ae6291de7.tar.bz2 qemu-84d6f05bde482f8b9cf2f4a73a0c9e8ae6291de7.zip |
eepro100: Use a single rom file for all i825xx devices
Patching the rom data during load (in qemu) now
also supports i82801 (which had no rom file).
We only need a single rom file for the whole device family,
so remove the second one which is no longer needed.
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -181,7 +181,6 @@ ifdef INSTALL_BLOBS BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ openbios-sparc32 openbios-sparc64 openbios-ppc \ gpxe-eepro100-80861209.rom \ -gpxe-eepro100-80861229.rom \ pxe-e1000.bin \ pxe-ne2k_pci.bin pxe-pcnet.bin \ pxe-rtl8139.bin pxe-virtio.bin \ |