]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/sa1100/start.S
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / sa1100 / start.S
index 815d70488be5bf48cd1af7a6bc7f6e6cb0b69e38..5cfe19bcc59e12bcc96971462cfa4ff38d7c471d 100644 (file)
@@ -88,7 +88,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) */