From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ron Madrid Date: Thu, 22 Jan 2009 10:00:56 -0800 (PST) Subject: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S In-Reply-To: <20090121185551.73f41683.kim.phillips@freescale.com> Message-ID: <486452.48937.qm@web83503.mail.sp1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de No worries. With the holidays and all I figured that it was just delayed. Since my new board patch is dependent on this being applied is it possible to now resubmit my new board patch? Thanks. Ron --- On Wed, 1/21/09, Kim Phillips wrote: > From: Kim Phillips > Subject: Re: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S > To: "Ron Madrid" > Cc: u-boot at lists.denx.de > Date: Wednesday, January 21, 2009, 4:55 PM > On Fri, 12 Dec 2008 13:12:45 -0800 > Ron Madrid wrote: > > > Currently there are in excess of 100 bytes located at > the beginning of the image > > built by start.S that are not being utilized. This > patch moves a few functions > > into this part of the image. This will create a > greater number of *available* > > bytes that can be used by board specific code in NAND > builds and will decrease > > the size of the assembled code in other builds. > > > > Signed-off-by: Ron Madrid > > > --- > > applied to u-boot-mpc83xx next. > > Thanks, and sorry for the delay, > > Kim