]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc824x/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[u-boot] / cpu / mpc824x / u-boot.lds
index c90d1e9457e80a065bb77208cf022a7b456ca958..036e61b908a46aefd6ff4a65d4b7990266360149 100644 (file)
@@ -113,7 +113,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)