]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/manroland/uc100/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / manroland / uc100 / u-boot.lds
index e32ae37ea492fbc31c41b6b177a19b971fb4c6cc..ac6af1a3a43003b85d677b4771283969a87ea4c7 100644 (file)
@@ -96,6 +96,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }