
On Tue, 12 Apr 2011 20:39:21 +0200 Wolfgang Denk wd@denx.de wrote:
Dear Zhao Chenhui,
In message 1296202676-30873-1-git-send-email-b35336@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@freescale.com Acked-by: Scott Wood scottwood@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