]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cobra5272/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[people/ms/u-boot.git] / board / cobra5272 / u-boot.lds
index 872f09439c24533a858efd6f70ad9cda03607bd9..2267bf8d1c697b7eb4921bed6449bec069c0e037 100644 (file)
@@ -129,7 +129,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    _sbss = .;
    *(.sbss) *(.scommon)