[U-Boot] [PATCH] powerpc: fix LDSCRIPT in NAND boot

Scott Wood scottwood at freescale.com
Tue Apr 12 20:43:38 CEST 2011


On Tue, 12 Apr 2011 20:39:21 +0200
Wolfgang Denk <wd at denx.de> wrote:

> Dear Zhao Chenhui,
> 
> In message <1296202676-30873-1-git-send-email-b35336 at freescale.com> you wrote:
> > ONFIG_NAND_U_BOOT indicates whether the SPL is used, while
> > CONFIG_NAND_SPL is set only when building the SPL itself (and isn't
> > available in makefiles anyway).  This is the linker script for the
> > main U-Boot when SPL is in use, so CONFIG_NAND_U_BOOT is the
> > variable to use.
> > 
> > Also, refrain from overriding LDSCRIPT with a NAND-specific script,
> > unless such a script exists.
> > 
> > Signed-off-by: Zhao Chenhui <b35336 at freescale.com>
> > Acked-by: Scott Wood <scottwood at freescale.com>
> > ---
> >  arch/powerpc/config.mk |    6 ++++--
> >  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> Applied, thanks.

This patch is incorrect and was supposed to be superseded by
http://patchwork.ozlabs.org/patch/90112/

-Scott



More information about the U-Boot mailing list