]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm720t/start.S
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / arm720t / start.S
index c0981185f6327112c4a1c77842d8f63a2eca1906..c521753f3bb22b1bf31919bf9774cea06387f1c8 100644 (file)
@@ -91,7 +91,7 @@ _bss_start_ofs:
 
 .globl _bss_end_ofs
 _bss_end_ofs:
-       .word _end - _start
+       .word __bss_end__ - _start
 
 #ifdef CONFIG_USE_IRQ
 /* IRQ stack memory (calculated at run-time) */