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