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