diff options
author | Cole Robinson | 2014-07-04 21:43:18 +0200 |
---|---|---|
committer | Alexander Graf | 2014-07-08 12:10:37 +0200 |
commit | 0c6ab8c988830d3fe01c4ee88100a95ea95c49fa (patch) | |
tree | bbe6af7da0d5c6371828225df193449eec1b82ce /Makefile | |
parent | target-ppc: Remove POWER7+ and POWER8E families (diff) | |
download | qemu-0c6ab8c988830d3fe01c4ee88100a95ea95c49fa.tar.gz qemu-0c6ab8c988830d3fe01c4ee88100a95ea95c49fa.tar.xz qemu-0c6ab8c988830d3fe01c4ee88100a95ea95c49fa.zip |
PPC: e500: Actually install u-boot.e500
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -344,7 +344,8 @@ multiboot.bin linuxboot.bin kvmvapic.bin \ s390-zipl.rom \ s390-ccw.img \ spapr-rtas.bin slof.bin \ -palcode-clipper +palcode-clipper \ +u-boot.e500 else BLOBS= endif |