]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5329evb/u-boot.lds
Replace __bss_end__ with __bss_end
[u-boot] / board / freescale / m5329evb / u-boot.lds
index 6616594e7b0385642bb2fc2db6bb54c5549e1616..f5cc586d6f51d48cfe4e53dbd46ab574d92f1acb 100644 (file)
@@ -97,6 +97,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }