]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/cpu/sh3/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / sh / cpu / sh3 / u-boot.lds
index 271624636b31c7d9d100d37e1c74782298ea9dea..9bf8503640a944f47aeaaa8e3b6b2ae9aeb7a8c3 100644 (file)
@@ -98,5 +98,5 @@ SECTIONS
        }
        PROVIDE (bss_end = .);
 
-       PROVIDE (_end = .);
+       PROVIDE (__bss_end__ = .);
 }