From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [RFC] New target 'cuImage' - compatibility uImage From: Matthew McClintock To: Tom Rini In-Reply-To: <20060803003015.GX3075@smtp.west.cox.net> References: <1154552346.5550.51.camel@localhost> <20060803003015.GX3075@smtp.west.cox.net> Content-Type: text/plain Date: Thu, 03 Aug 2006 10:24:48 -0500 Message-Id: <1154618689.5094.0.camel@localhost> Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2006-08-02 at 17:30 -0700, Tom Rini wrote: > On Wed, Aug 02, 2006 at 03:59:06PM -0500, Matthew McClintock wrote: > > [snip] > > diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile > > index 01667d1..eefbe16 100644 > > --- a/arch/powerpc/Makefile > > +++ b/arch/powerpc/Makefile > > @@ -141,12 +141,13 @@ # Default to zImage, override when neede > > defaultimage-y := zImage > > defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux > > defaultimage-$(CONFIG_DEFAULT_UIMAGE) := uImage > > +defaultimage-$(CONFIG_DEFAULT_UIMAGE) := cuImage > > This means we never default to a regular 'uImage', and should either > modify the existing line, or a DEFAULT_CUIMAGE. No preference/etc, just > noting. > Note taken, if I ever submit a formal patch I will be sure to include this. Thanks, Matthew