]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/westel/amx860/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / westel / amx860 / u-boot.lds
index 206ec7054a0cd59ab7fc2df68a417d470a8c6fee..3514a66d6872fe5438db7c6d72f98eef5f0edff1 100644 (file)
@@ -99,6 +99,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }