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