]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/dasa_sim/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / esd / dasa_sim / u-boot.lds
index 7eca18390b11a32aadab8e42ce592158f2333d13..cb94a51ee17ea1d65870061d55ffe628afe4e519 100644 (file)
@@ -100,6 +100,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }