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