]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/gr_cpci_ax2000/u-boot.lds
rename _end to __bss_end__
[people/ms/u-boot.git] / board / gaisler / gr_cpci_ax2000 / u-boot.lds
index 22826823cc327611b4568744e1bc278f156338a0..87cb8e32bad9373409b169e338f74cc0a310a0e6 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 */