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