rename _end to __bss_end__
[oweals/u-boot.git] / arch / arm / cpu / pxa / start.S
index d2d391e6d257f959dd8b8fc74c3e8ebe8edffb30..ca072c474492303f19bbb77243306b1899ab936c 100644 (file)
@@ -104,7 +104,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) */