From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ron Madrid Date: Mon, 12 Jan 2009 10:52:37 -0800 (PST) Subject: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S In-Reply-To: <1229116365-21440-1-git-send-email-ron_madrid@sbcglobal.net> Message-ID: <21647.25504.qm@web83507.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 I haven't received any communication about this patch in a while. Is is still being looked at or did it slip through the cracks? Or did I miss an email? Let me know. Ron --- On Fri, 12/12/08, Ron Madrid wrote: > From: Ron Madrid > Subject: [PATCH] mpc83xx: Size optimization of start.S > To: u-boot at lists.denx.de > Cc: "Ron Madrid" > Date: Friday, December 12, 2008, 1:12 PM > 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 > --- > cpu/mpc83xx/start.S | 77 > ++++++++++++++++++++++++++------------------------- > 1 files changed, 39 insertions(+), 38 deletions(-) >