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