]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8540ads/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[people/ms/u-boot.git] / board / freescale / mpc8540ads / u-boot.lds
index a7c68b36485ada521cc7d767720a7dbab2bb5da3..bc0db5514185456249e208c08fd4194e8c8297f9 100644 (file)
@@ -138,7 +138,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)