]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/RRvision/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / board / RRvision / u-boot.lds
index 748e5113ef61859566fdada7f573490bbaaf8bd5..646931ab914267001d8efa457295aff008ff5a1d 100644 (file)
@@ -98,6 +98,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }