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