]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xx/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / cpu / mpc5xx / u-boot.lds
index 5b03fef66c77ddac1bbbe0c032a0525b5752953b..ca1de954cd223b74236e63a7d17148f2082c0917 100644 (file)
@@ -121,7 +121,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)