]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/tasreg/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / esd / tasreg / u-boot.lds
index 0d6a0f3a3b27ff5c25f155be98e360e2b7522089..fd77fa96b7271cb52622c7d6eb0319ee1e7703b2 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }