From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xyzzy.farnsworth.org (xyzzy.farnsworth.org [65.39.95.219]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F1479DE1C8 for ; Sat, 29 Mar 2008 10:52:20 +1100 (EST) Date: Fri, 28 Mar 2008 16:52:13 -0700 From: Dale Farnsworth To: paulus@samba.org Message-ID: <20080328235213.GI30214@farnsworth.org> References: <20080328233954.GA29499@farnsworth.org> MIME-Version: 1.0 In-Reply-To: <20080328233954.GA29499@farnsworth.org> Subject: [PATCH 9/9] [POWERPC] prpmc2800 needs a dtbImage Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dale Farnsworth The prpmc2800 platform requires a zImage formatted file with an embedded dtb file. Rename the requested boot image file to dtbImage.prpmc2800. Signed-off-by: Dale Farnsworth Acked-by: Mark A. Greer --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -192,7 +192,7 @@ image-$(CONFIG_PPC_CHRP) += zImage.chrp image-$(CONFIG_PPC_EFIKA) += zImage.chrp image-$(CONFIG_PPC_PMAC) += zImage.pmac image-$(CONFIG_PPC_HOLLY) += zImage.holly -image-$(CONFIG_PPC_PRPMC2800) += zImage.prpmc2800 +image-$(CONFIG_PPC_PRPMC2800) += dtbImage.prpmc2800 image-$(CONFIG_PPC_ISERIES) += zImage.iseries image-$(CONFIG_DEFAULT_UIMAGE) += uImage