]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cogent/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / cogent / u-boot.lds
index 42ed142ea2b4fa0e2796a00e9dca2730ecd02e7e..e324f5c1e66ce12208383de78af0ce3157054140 100644 (file)
@@ -94,6 +94,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }