]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/u-boot-customlayout.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / cpu / mpc5xxx / u-boot-customlayout.lds
index 123a14c5aa01dc9c01b5312f3531270b669e44ef..4e10ddbcc2aefd434e3c61f16f3173d4111fb78c 100644 (file)
@@ -124,7 +124,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)