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