]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/freescale/mpc8315erdb/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / nand_spl / board / freescale / mpc8315erdb / u-boot.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");