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