]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm925t/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / arm / cpu / arm925t / u-boot.lds
index 7b53edb9be10e7c60bffec36cbf2a785e6b89ad0..4ad1f8ed075529503070655dd521fc1e39a33406 100644 (file)
@@ -70,7 +70,7 @@ SECTIONS
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               _end = .;
+               __bss_end__ = .;
        }
 
        /DISCARD/ : { *(.dynstr*) }