]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sh/cpu/sh3/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / arch / sh / cpu / sh3 / u-boot.lds
index c8319610c2fe20d21b1a27f4290cc40ef68ecd04..b5f60f29f5d299e8fafa901b927cd04af2a07770 100644 (file)
@@ -95,5 +95,5 @@ SECTIONS
        }
        PROVIDE (bss_end = .);
 
-       PROVIDE (__bss_end__ = .);
+       PROVIDE (__bss_end = .);
 }