]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/samsung/smdk6400/u-boot.lds
rename _end to __bss_end__
[karo-tx-uboot.git] / nand_spl / board / samsung / smdk6400 / u-boot.lds
index 3ac6aa1c4cacc4880344b1a1b430c96151a15e49..4cb686c7e516c4e6ddb53d9d1b945970598ec95c 100644 (file)
@@ -57,5 +57,5 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) . = ALIGN(4); }
-       _end = .;
+       __bss_end__ = .;
 }