]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/emk/top860/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / emk / top860 / u-boot.lds
index ae1a791b03abd8d22bd9aba2b621481f275ffe24..32dcbd3ef51304fa9b27f7f60c0a9f837c75c318 100644 (file)
@@ -91,6 +91,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }