]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc5xxx/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc5xxx / u-boot.lds
index 1f46eadb5d09f7b3055b631846f09e8fb5266f28..d179dbcb2a498e9739228dbdc17c2657046dc631 100644 (file)
@@ -87,6 +87,6 @@ SECTIONS
    *(.sbss*)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }