]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/acadia/u-boot-nand.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / board / amcc / acadia / u-boot-nand.lds
index c2a04c7bfcc66b5cc74e0c5c4917dbb4e5c6c09a..ab67de2f76de392ed709a7c72e1f609252bf459a 100644 (file)
@@ -98,6 +98,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }