]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/RRvision/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.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 = .);
 }