summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexey Kardashevskiy2019-07-16 07:27:43 +0200
committerDavid Gibson2019-10-04 02:25:23 +0200
commit744a928ccee92482385f58e835108aa6ebd54ecb (patch)
treeb9468e2e7b5bef8f9acc23c00cbdb6dc0e4613ce /Makefile
parentspapr: Do not put empty properties for -kernel/-initrd/-append (diff)
downloadqemu-744a928ccee92482385f58e835108aa6ebd54ecb.tar.gz
qemu-744a928ccee92482385f58e835108aa6ebd54ecb.tar.xz
qemu-744a928ccee92482385f58e835108aa6ebd54ecb.zip
spapr: Stop providing RTAS blob
SLOF implements one itself so let's remove it from QEMU. It is one less image and simpler setup as the RTAS blob never stays in its initial place anyway as the guest OS always decides where to put it. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Reviewed-by: Greg Kurz <groug@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8da33595ed..30f0abfb42 100644
--- a/Makefile
+++ b/Makefile
@@ -769,7 +769,7 @@ qemu-nsis.bmp \
bamboo.dtb canyonlands.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
multiboot.bin linuxboot.bin linuxboot_dma.bin kvmvapic.bin pvh.bin \
s390-ccw.img s390-netboot.img \
-spapr-rtas.bin slof.bin skiboot.lid \
+slof.bin skiboot.lid \
palcode-clipper \
u-boot.e500 u-boot-sam460-20100605.bin \
qemu_vga.ndrv \