]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/sheldon/simpc8313/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / nand_spl / board / sheldon / simpc8313 / u-boot.lds
index 1da4287673a96a8af70b0cef415af1f7abc9062e..7ab408bb5af1c4b5f992cb79257029b33738c8ec 100644 (file)
@@ -48,7 +48,7 @@ SECTIONS
        . = ALIGN(8);
        __bss_start = .;
        .bss (NOLOAD) : { *(.*bss) }
-       _end = .;
+       __bss_end = .;
 }
 ENTRY(_start)
-ASSERT(_end <= 0xfff01000, "NAND bootstrap too big");
+ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");