]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/apollon/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / apollon / u-boot.lds
index c67cd3cda7f0b88ef5b43a45995f91303482b013..7b29a5b798932ea685e0c80808d0b082e68eacd8 100644 (file)
@@ -58,6 +58,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }