]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/mip405/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / mpl / mip405 / u-boot.lds
index dceb3906349a7cd8469fa50ff05a681cf7f27c3d..8460abe46c0f099ec84c518b33cc4077b7df8d92 100644 (file)
@@ -145,7 +145,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)