]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/atstk1000/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / atmel / atstk1000 / u-boot.lds
index 86ef93927b3c49dc9e52967d6476bce00167c150..0e532f234e4c3d0a0350dba456433d308fb66c9d 100644 (file)
@@ -68,5 +68,5 @@ SECTIONS
                *(.bss.*)
        }
        . = ALIGN(8);
-       _end = .;
+       __bss_end__ = .;
 }