]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/zipitz2/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / zipitz2 / u-boot.lds
index fb4358beeabcc2cdd1aba7fca2796cec25bfbb7f..e1a1ff1f65adb1b6d0ad3366f000bf940f01eaa4 100644 (file)
@@ -52,5 +52,5 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
-       _end = .;
+       __bss_end__ = .;
 }