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