]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/cpu/sh2/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / sh / cpu / sh2 / u-boot.lds
index 7c0a18d62c9975ea81a77f8a47e002f6426faac0..b86a82297fa1d3686cdb31a8a862d3333812fe1e 100644 (file)
@@ -91,5 +91,5 @@ SECTIONS
        }
        PROVIDE (bss_end = .);
 
-       PROVIDE (_end = .);
+       PROVIDE (__bss_end__ = .);
 }