]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/ppc4xx/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / powerpc / cpu / ppc4xx / u-boot.lds
index 656f59a582d7aefcd57fe9fd291bc803f3fafb76..2466b795940192173a0127e5b52c550e131e2bd4 100644 (file)
@@ -140,6 +140,6 @@ SECTIONS
   } :bss
 
   . = ALIGN(4);
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }