]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esteem192e/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / board / esteem192e / u-boot.lds
index fe5cf095fcb3081d925f61a38a8779f5ada5e54e..7ffdc17dae455bf39697b525842f82f8eac1cd5e 100644 (file)
@@ -101,6 +101,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }