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