]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / gaisler / gr_ep2s60 / u-boot.lds
index 0ca2651703ee3e7f8de867bf44b48b79b6d8ccaa..2fb44aa832fc00351c379425e159652978c3bde8 100644 (file)
@@ -133,7 +133,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       _end = . ;
+       __bss_end__ = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */