From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <46376D74.5010105@freescale.com> Date: Tue, 01 May 2007 11:40:20 -0500 From: Scott Wood MIME-Version: 1.0 To: David Gibson Subject: Re: Small cleanups to the cuboot bootwrapper code References: <20070430034202.GB6436@localhost.localdomain> In-Reply-To: <20070430034202.GB6436@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , David Gibson wrote: > This patch makes a few small cleanups to the cuboot code. > - It removes the double layered selection of images, via > cuboot-plat-y, instead having the cuboot platforms directly select a > suitable image-y (this changes the name of the final cuboot image from > plain cuImage to cuImage.). > - Factors out some code in the wrapper that's potentially > useful to platforms other than uboot. > > Signed-off-by: David Gibson Acked-by: Scott Wood -Scott