]> git.sur5r.net Git - u-boot/blobdiff - board/sandpoint/u-boot.lds
Replace __bss_end__ with __bss_end
[u-boot] / board / sandpoint / u-boot.lds
index ae3afa113064261b7ebd26857d6b087bb3bdb02f..65c1dbd88e768ff9adb5c00af0c885079fb1d43c 100644 (file)
@@ -95,6 +95,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }