]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sandburst/karef/u-boot.lds.debug
rename _end to __bss_end__
[karo-tx-uboot.git] / board / sandburst / karef / u-boot.lds.debug
index 6b31b1e7ce3d689fc32c6773f43eae489739325c..31746e3adca4392aef48fe8a847acd05a00415ed 100644 (file)
@@ -139,6 +139,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }