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