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