]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/mvblue/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / mvblue / u-boot.lds
index ad06af0b1634f2decd52275166da2bf97d53cbb7..03ba15578bdd40738bd4c97a2d4c740dba6346b9 100644 (file)
@@ -94,6 +94,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }