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