]> Git Repo - J-u-boot.git/blobdiff - board/scb9328/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[J-u-boot.git] / board / scb9328 / u-boot.lds
index 1d1669cdea0b7e910744eaddf74e24f6c1d56b25..46ed451ee7ae7ecd8a8daf065a511725603cbaa0 100644 (file)
@@ -52,6 +52,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }
This page took 0.028303 seconds and 4 git commands to generate.