]> Git Repo - J-u-boot.git/blobdiff - board/mpc8540eval/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[J-u-boot.git] / board / mpc8540eval / u-boot.lds
index 0755d0166b8defaa6cde6887bfd9e9505d5d509e..4b342c7fb2964ad90032cf8fcb352eeb66494470 100644 (file)
@@ -129,7 +129,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)
This page took 0.024534 seconds and 4 git commands to generate.