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