]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / u-boot-spl.lds
index 1c408e29f507bdae602e2d983f5a421849387a27..f2b7bffdabefeda1d6862df45aae7c6f3c6918e6 100644 (file)
@@ -83,5 +83,5 @@ SECTIONS
                *(.sbss*)
                *(.bss*)
        }
-       __bss_end__ = .;
+       __bss_end = .;
 }