]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/stxxtc/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / stxxtc / u-boot.lds
index 9f2901c869b61b7b9374bbf3b6fcf0fa26cc9e0b..9584c3358a3625cd338a5b0b623e0e388a258efe 100644 (file)
@@ -129,7 +129,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)