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