Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / board / ivm / u-boot.lds
index 4cca65274810f2ce42ab44d2a3e0e52d97213b95..838c07bbb22980532d063367bffdf54f7c225fae 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }