Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / board / kup / kup4k / u-boot.lds
index 18f962cfa5801fd2f9cee4a7220afa0a71609e96..a507d73aeb643529609b5400835c9aa8040cdf87 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }