Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[kernel/u-boot.git] / board / freescale / mpc8568mds / u-boot.lds
index 4682041..7917409 100644 (file)
@@ -140,7 +140,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)