]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5235evb/u-boot.32
rename _end to __bss_end__
[karo-tx-uboot.git] / board / freescale / m5235evb / u-boot.32
index 47ec6dc8b951ec675d945c1f4692b7bd6aa41948..1f9199449e4f6eb15a6649e3fe364b592ff0f163 100644 (file)
@@ -147,6 +147,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }