]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm920t/ep93xx/u-boot.lds
rename _end to __bss_end__
[people/ms/u-boot.git] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index 5bfcb02317ef2fc201bb080b736dd20ff3d0ce53..4cc82a54b1871ffb2c3042fd658053d4937b7bbd 100644 (file)
@@ -55,5 +55,5 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
-       _end = .;
+       __bss_end__ = .;
 }