]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/start.S
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / start.S
index 2fc0abc1a43cdaaf18d0120f7cd9204c95d41297..6db61c215c515c458d2ef494d937356cca81d126 100644 (file)
@@ -87,7 +87,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) */