[U-Boot] [PATCH v2] Decreases code size of the nand_spl

Scott Wood scottwood at freescale.com
Thu May 12 23:57:59 CEST 2011


On Thu, 12 May 2011 23:49:40 +0200
Wolfgang Denk <wd at denx.de> wrote:

> Dear Scott,
> 
> In message <4DC1A7F1.7000001 at dawning.com> Alex Waterman wrote:
> > This patch decreases the code size of the nand_spl by turning multiple function
> > pointer dereferences in a single function into a single local function pointer.
> > 
> > Signed-off-by: Alex Waterman <awaterman at dawning.com>
> > Cc: Scott Wood <scottwood at freescale.com>
> > Cc: Stefan Roese <sr at denx.de>
> > ---
> > This works on my local board but I haven't tested it on anything else since I
> > do not have access to any other hardware. I did make sure the canyonlands board
> > still builds.
> > 
> >  nand_spl/nand_boot.c |   50 ++++++++++++++++++++++++++++----------------------
> >  1 files changed, 28 insertions(+), 22 deletions(-)
> 
> Can this patch go in, please?  I would like to see the build problems
> fixed.

Yes, sorry for the delay -- I'll try to get to it tomorrow.

-Scott



More information about the U-Boot mailing list