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