]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/manroland/uc100/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / manroland / uc100 / u-boot.lds
index dc83071602e1240a8ce39ffb95141c3d0bd0d78f..344cbde3b0774f77b21a03a5c7b7506dcb47d643 100644 (file)
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }