]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/astro/mcf5373l/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / astro / mcf5373l / u-boot.lds
index bc40fd649d67cc4097f7458a513786b17242d942..11aa09271b823a35e18530195bb9418095234092 100644 (file)
@@ -97,6 +97,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }