]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/g2000/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / g2000 / u-boot.lds
index 43fe6ca0bf2bd54fefaa3497c0464d00050cc643..3f230507af16e68f6888b890a4df918c8e208654 100644 (file)
@@ -139,7 +139,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)