]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5329evb/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / freescale / m5329evb / u-boot.lds
index ba7ca2773371a141c1b33a06033c70e419bd1719..4375342c8c90929ce3b041540d5f56247e111a03 100644 (file)
@@ -137,6 +137,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }