]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/tqc/tqm8xx/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / tqc / tqm8xx / u-boot.lds
index 209d1e00414190e10b08df6cb54ed7bf80e24e6f..83a09b047168fd007cbf4c82f4d641205673e13f 100644 (file)
@@ -106,6 +106,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }