]> Git Repo - u-boot.git/blobdiff - board/ns9750dev/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[u-boot.git] / board / ns9750dev / u-boot.lds
index 8ebb6519fffc35241ecee27a0ddc4629416ced07..a3de6ac61ab10f20c6e7997f08233eb31c291baf 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = . ;
 
 }
This page took 0.025425 seconds and 4 git commands to generate.