]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[u-boot] / board / mousse / u-boot.lds
index 57358b8a49dcb69640e30cf2a47be7ccc7e40078..fb24399cac1b81c111938c23cf00a4da9c332531 100644 (file)
@@ -118,7 +118,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)