]> git.sur5r.net Git - u-boot/blobdiff - board/RRvision/u-boot.lds
rename _end to __bss_end__
[u-boot] / board / RRvision / u-boot.lds
index 5232e20680cbead0685134d1c762ed8032400b25..3e7853a2a07a3a3f10536514826b8fe705381e27 100644 (file)
@@ -95,6 +95,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }