]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ppmc7xx/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / ppmc7xx / u-boot.lds
index 0dfa8c000549340ad410323b11575f1557f162ca..23cb2734c465f262d6623faa9de7fef4bac5105b 100644 (file)
@@ -123,7 +123,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)