diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-07-04 17:22:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-07-04 17:23:33 +0200 |
commit | 3b1154fff16cf3bb9297d65145c89321bc1b7aa4 (patch) | |
tree | 09da752fb3cdcd3b6e0dcd36868ff795301174f3 /Makefile | |
parent | 3173a1fd549b7fa0f7029b2c6a6b86ba6efa92aa (diff) | |
download | qemu-3b1154fff16cf3bb9297d65145c89321bc1b7aa4.tar.gz qemu-3b1154fff16cf3bb9297d65145c89321bc1b7aa4.tar.bz2 qemu-3b1154fff16cf3bb9297d65145c89321bc1b7aa4.zip |
Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
This reverts commit 4e04ab6a63ebe9fb4305e7e8e49cc8b0095db8fb.
Also remove pc-bios/bios-fast.bin.
Commit was merged by mistake.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -408,8 +408,7 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr \ bepo cz ifdef INSTALL_BLOBS -BLOBS=bios.bin bios-256k.bin bios-fast.bin \ -sgabios.bin vgabios.bin vgabios-cirrus.bin \ +BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \ acpi-dsdt.aml \ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \ |