]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m52277evb/u-boot.stm
rename _end to __bss_end__
[karo-tx-uboot.git] / board / freescale / m52277evb / u-boot.stm
index 1ec83e949056ac8e7329d0e0bdbfa0f85e7bb8ba..db102223f628202c5f66557fc25b90e221d14a6d 100644 (file)
@@ -131,6 +131,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }