]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/start.S
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / start.S
index cb4f92f3a9da786c4873b919e13af6a16ea5f9a9..bc7bae85c02a49af463079510be8ed41952f2305 100644 (file)
@@ -79,7 +79,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) */