]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amirix/ap1000/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / amirix / ap1000 / u-boot.lds
index 356d019976005bba2b84a02877e5f729f20b7af7..57fe1d9ce0861397db3d28672c0d1a8322316877 100644 (file)
@@ -90,6 +90,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }