From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Fri, 30 May 2008 14:48:34 -0500 Subject: [U-Boot-Users] [PATCH 4/8] New board SIMPC8313 support: support for booting from NAND in start.S In-Reply-To: <566255.17854.qm@web83509.mail.sp1.yahoo.com> References: <566255.17854.qm@web83509.mail.sp1.yahoo.com> Message-ID: <71806012-EFE2-4ABE-B336-773970E1AE44@kernel.crashing.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On May 30, 2008, at 1:13 PM, Ron Madrid wrote: > New board SIMPC8313 support: support for booting from > NAND in start.S > > Reorganization/optimization of a few functions to fit > into the 4K FCM boot RAM of the MPC8313 for nand_spl > build. > > Signed-off-by: Ron Madrid > --- > cpu/mpc83xx/start.S | 310 > ++++++++++++++++++++++++++++++++++++--------------- > 1 files changed, 220 insertions(+), 90 deletions(-) there are a lot of changes here that don't seem necessary or gratuitous - k