]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/munices/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / munices / u-boot.lds
index 4e27bc947d5fee286b60de550aa1f47461e68e23..99576bf3c8a0c95894ada4da3431e898e41d992f 100644 (file)
@@ -115,6 +115,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }