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