]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5275evb/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / freescale / m5275evb / u-boot.lds
index fc68de1ba15c3ba06c74b2956449d009096994c7..7f3b73d55dcf1c33c0c9c3bc72bb2b67ea8fbc37 100644 (file)
@@ -96,6 +96,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }