]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/LEOX/elpt860/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / LEOX / elpt860 / u-boot.lds
index 9077e69717f0f8d6802be4650ac61524e88b6a3e..45206ca3bd1de0f9acf20fc99592ebc92ff00700 100644 (file)
@@ -109,6 +109,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }