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