]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / gaisler / gr_ep2s60 / u-boot.lds
index f6d13014f311b407ad4a9185e07c0c4535993ce7..429b579300a66bcbcaf43888bf44ab8c823214e2 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 */