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