]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/ixp/start.S
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / ixp / start.S
index f71a398d31dbf1e173486c0fb254d1980a0f9f43..f8bfed7cc61074962f53389d2d4b4437e639b44c 100644 (file)
@@ -110,7 +110,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) */