| Submitter | Alexander Graf |
|---|---|
| Date | June 2, 2011, 6:33 a.m. |
| Message ID | <1306996383-27950-4-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/98549/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index 2b0438c..b6466e7 100644 --- a/Makefile +++ b/Makefile @@ -185,6 +185,7 @@ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \ pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \ +mpc8544ds.dtb \ multiboot.bin linuxboot.bin \ s390-zipl.rom \ spapr-rtas.bin slof.bin
We don't install mpc8544ds.dtb, which means that -M mpc8544ds doesn't work when installed. Fix it by installing the file. Signed-off-by: Alexander Graf <agraf@suse.de> --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)