]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cogent/u-boot.lds.debug
rename _end to __bss_end__
[karo-tx-uboot.git] / board / cogent / u-boot.lds.debug
index c21890542f63c57afb9d33d5ac6146e57dc897a7..99c48f28d4e491353d27be03e86bb909edea9614 100644 (file)
@@ -130,6 +130,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }