]> git.sur5r.net Git - u-boot/blobdiff - board/impa7/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[u-boot] / board / impa7 / u-boot.lds
index 1122d7521c43ed8247912246da5b541f63e20482..4a89cebaaa9f50fc2846b73809984246c0abf8d0 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }