]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/grsim_leon2/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / gaisler / grsim_leon2 / u-boot.lds
index 63c15b9117a40d3b4329fff5e6a9ef9e00be5456..eafb4f07c1cf2f24f7b7618f5ff2a14e06fcc4ff 100644 (file)
@@ -133,7 +133,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       __bss_end__ = . ;
+       __bss_end = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */