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