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