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