]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m54455evb/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / freescale / m54455evb / u-boot.lds
index bda68e4f8240a71593d51356fe9ea39cb28a9812..d76bc73c33de04f2563cc22c7d1c666f6aa6b888 100644 (file)
@@ -129,7 +129,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    _sbss = .;
    *(.sbss) *(.scommon)