diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-06-03 21:54:31 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-06-03 21:54:31 +0200 |
commit | 4b0c7aa3647d8d273395ff1e6176850e61f2d331 (patch) | |
tree | ee423f5bec9d21c1baa223573ea25f4ab5322eae /Makefile | |
parent | Stellaris qdev conversion (diff) | |
download | qemu-kvm-4b0c7aa3647d8d273395ff1e6176850e61f2d331.tar.gz qemu-kvm-4b0c7aa3647d8d273395ff1e6176850e61f2d331.tar.bz2 qemu-kvm-4b0c7aa3647d8d273395ff1e6176850e61f2d331.zip |
microblaze: Fix loading of petalogix s3adsp1800 dtb.
Provide a petalogix-s3adsp1800.dtb blob.
Correct loading of the petalogix dtb.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,7 +271,7 @@ ifdef INSTALL_BLOBS BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ video.x openbios-sparc32 openbios-sparc64 openbios-ppc \ pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \ -bamboo.dtb +bamboo.dtb petalogix-s3adsp1800.dtb else BLOBS= endif |