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