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