]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/sheldon/simpc8313/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / nand_spl / board / sheldon / simpc8313 / u-boot.lds
index 534a0c8654fd6c2304f06a275abe3aa36a6b1d81..7ab408bb5af1c4b5f992cb79257029b33738c8ec 100644 (file)
@@ -48,7 +48,7 @@ SECTIONS
        . = ALIGN(8);
        __bss_start = .;
        .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");