]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc824x/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc824x / u-boot.lds
index 3b9299c0da6f47b49084989a22525bdd4be4fe65..b30ce76e02a45dd784cb1a902bd47f5744dc109a 100644 (file)
@@ -85,6 +85,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }