]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/davinci/da8xxevm/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / nand_spl / board / davinci / da8xxevm / u-boot.lds
index f6ccf08103978f14095551ff184c566e9c74c3cb..c86117b9d6392ceb4eba2ffa64c0f321bfeab29b 100644 (file)
@@ -71,5 +71,5 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
-       _end = .;
+       __bss_end__ = .;
 }