]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/c2mon/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / c2mon / u-boot.lds
index 7a088c97d82658c6e7d4fdd260cf179d29851c9c..524c36eb4b490d8f8d82e3d07a1284d7af384c3f 100644 (file)
@@ -98,6 +98,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }