From fbd659b76c0601efc49a4a3291730ca47f36c12c Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 25 May 2011 23:49:41 +0200 Subject: [PATCH] PPC: install mpc8544ds.dtb 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2b0438c7e2..b6466e770a 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 -- GitLab