]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/grsim/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / board / gaisler / grsim / u-boot.lds
index b241cbc1d044fbef9628dd279b994a23e76d9a8e..c6082841667f2307c0f3ac4368799389478fd873 100644 (file)
@@ -134,7 +134,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       __bss_end__ = . ;
+       __bss_end = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */