From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ron Madrid Date: Fri, 30 May 2008 13:06:02 -0700 (PDT) Subject: [U-Boot-Users] [PATCH 4/8] New board SIMPC8313 support: support for booting from NAND in start.S In-Reply-To: <71806012-EFE2-4ABE-B336-773970E1AE44@kernel.crashing.org> Message-ID: <430431.20552.qm@web83511.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 With the limited space I found that I needed to save every byte I could. What in particular concerns you? Ron --- Kumar Gala wrote: > > 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 > >