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