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