]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / u-boot-nand.lds
index f7c4a22d29b42a80497bc578781bb47969103eb7..8a44a364297af4fc0af0ad8b6d08c1b79792db31 100644 (file)
@@ -103,6 +103,6 @@ SECTIONS
   } :bss
 
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }