From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ7L7-00033f-0k for qemu-devel@nongnu.org; Fri, 27 May 2011 20:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQ7L6-0008Gq-7F for qemu-devel@nongnu.org; Fri, 27 May 2011 20:25:12 -0400 Received: from cantor.suse.de ([195.135.220.2]:37571 helo=mx1.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ7L5-0008Gm-Us for qemu-devel@nongnu.org; Fri, 27 May 2011 20:25:12 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 8627C94033 for ; Sat, 28 May 2011 02:25:11 +0200 (CEST) From: Alexander Graf Date: Thu, 26 May 2011 21:56:18 +0200 Message-Id: <1306439778-25224-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH] PPC: install mpc8544ds.dtb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" 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 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.6.0.2