]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds
Replace __bss_end__ with __bss_end
[u-boot] / board / mousse / u-boot.lds
index 43f91f1a3cc10bb78a153198c1c1a093b102a754..0bcf2ee6eb793f76a92cff9f01fde814d06e6226 100644 (file)
@@ -88,6 +88,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }