]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5253demo/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / freescale / m5253demo / u-boot.lds
index 4f8bb20d4540b12282feb64bca682ed2dab461f4..3644838ad3022aa192a5d4a8dd5ad599198a2504 100644 (file)
@@ -138,6 +138,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }