]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds
rename _end to __bss_end__
[u-boot] / board / mousse / u-boot.lds
index 4cfb95c496868a58d5ffe7943aca70299a7216ad..ef73e2b53ababd90b3c797bcadea44b75b4d9db8 100644 (file)
@@ -85,6 +85,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }