]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm, arm926: fix missing symbols in NAND_SPL mode
authorHeiko Schocher <hs@denx.de>
Sat, 16 Jul 2011 00:06:43 +0000 (00:06 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 3 Nov 2011 21:56:23 +0000 (22:56 +0100)
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/arm926ejs/start.S

index 5e3074505762bc4752cbe94db54e79a9ce8b2694..86a0dc2f795e52a9f186f02275fb4dd5d9938688 100644 (file)
@@ -146,6 +146,12 @@ _bss_end_ofs:
 _end_ofs:
        .word _end - _start
 
+#ifdef CONFIG_NAND_U_BOOT
+.globl _end
+_end:
+       .word __bss_end__
+#endif
+
 #ifdef CONFIG_USE_IRQ
 /* IRQ stack memory (calculated at run-time) */
 .globl IRQ_STACK_START