]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mvblue/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / mvblue / u-boot.lds
index c378564f6da16fed847e0b62fc0820c23597901a..cb4a07c57f6a70728ac68c65c0eabb078b8aa680 100644 (file)
@@ -97,6 +97,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }