]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nios2/cpu/start.S
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / arch / nios2 / cpu / start.S
index 0f4ab286b925d19f87cca0247fd7aaae4d059215..1787b65874a3cfe0b67e172ab48b4ea182575a19 100644 (file)
@@ -99,12 +99,12 @@ _cur:       movhi   r5, %hi(_cur - _start)
 3:
 
        /* ZERO BSS/SBSS -- bss and sbss are assumed to be adjacent
-        * and between __bss_start and __bss_end__.
+        * and between __bss_start and __bss_end.
         */
         movhi  r5, %hi(__bss_start)
         ori    r5, r5, %lo(__bss_start)
-        movhi  r6, %hi(__bss_end__)
-        ori    r6, r6, %lo(__bss_end__)
+        movhi  r6, %hi(__bss_end)
+        ori    r6, r6, %lo(__bss_end)
         beq    r5, r6, 5f
 
 4:     stwio   r0, 0(r5)