]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gth/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / gth / u-boot.lds
index 8ac4bdad0761832c962c01c0a10724d104925faa..9978f40301048b406c9f65f25162b8bb75c1aae2 100644 (file)
@@ -118,7 +118,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)