diff options
author | Alexander Graf <agraf@suse.de> | 2012-05-17 15:50:14 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:48 +0200 |
commit | 2636fcb6532eafbb3f1fafba69a107664218e3c8 (patch) | |
tree | d624ab4a3c96b74a88cffafc8e12dbaf6dfe2c0d /Makefile | |
parent | 0dbc07985b15940ff3f19529c1f6fd734d535971 (diff) | |
download | qemu-2636fcb6532eafbb3f1fafba69a107664218e3c8.tar.gz qemu-2636fcb6532eafbb3f1fafba69a107664218e3c8.tar.bz2 qemu-2636fcb6532eafbb3f1fafba69a107664218e3c8.zip |
PPC: e500: dt: start with empty device tree
Now that all of the device tree bits are generated during runtime, we
can get rid of the device tree blob and instead start from scratch with
an empty device tree.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -260,7 +260,6 @@ pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \ qemu-icon.bmp \ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \ -mpc8544ds.dtb \ multiboot.bin linuxboot.bin kvmvapic.bin \ s390-zipl.rom \ spapr-rtas.bin slof.bin \ |