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