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