]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ip860/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / ip860 / u-boot.lds
index 18f962cfa5801fd2f9cee4a7220afa0a71609e96..a507d73aeb643529609b5400835c9aa8040cdf87 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }