]> git.sur5r.net Git - u-boot/blobdiff - board/davinci/sonata/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-sh
[u-boot] / board / davinci / sonata / u-boot.lds
index 710b2a2d6e60df7b2ed55352a92a537654f4863e..a4fcd1a9bb4916f6755ee71cf24fcb3071347fdf 100644 (file)
@@ -47,6 +47,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }