]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/altera/nios2-generic/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / altera / nios2-generic / u-boot.lds
index d4be077bbd22ec6c4dce1465194efad00c6014c7..88ced629ec8e587e4db248a517619cfac74b6438 100644 (file)
@@ -104,7 +104,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       _end = .;
+       __bss_end__ = .;
        PROVIDE (end = .);
 
        /* DEBUG -- symbol table, string table, etc. etc.