]> git.sur5r.net Git - u-boot/blobdiff - board/lart/u-boot.lds
Blackfin: bf561-ezkit: drop redundant code
[u-boot] / board / lart / u-boot.lds
index 258bece23cf59813a511d23556e4da02ff940c25..6bd06270a4f99f020b77e16b5753126bce03e59f 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }