rename _end to __bss_end__
[pandora-u-boot.git] / board / ivm / u-boot.lds
index f4c6c98..ff7012a 100644 (file)
@@ -90,6 +90,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }