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