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