]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc83xx/u-boot-spl.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc83xx / u-boot-spl.lds
index d140453d49734a29c0c3cd9da8b25ebfcb1fd40e..870b47d6af4ab910e60f6ea407c19a2260c4e4ef 100644 (file)
@@ -49,7 +49,7 @@ SECTIONS
        .bss (NOLOAD) : {
                *(.*bss)
        }
-       __bss_end__ = .;
+       __bss_end = .;
 }
 ENTRY(_start)
-ASSERT(__bss_end__ <= 0xfff01000, "NAND bootstrap too big");
+ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");