]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/dasa_sim/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / esd / dasa_sim / u-boot.lds
index 3349fe8d4072de87c9117afe9f9022ea256fb4d2..2bf60f5804a0cb670d39652b11a7772f7187d1cf 100644 (file)
@@ -97,6 +97,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }