]> Git Repo - u-boot.git/blobdiff - board/altera/dk1c20/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[u-boot.git] / board / altera / dk1c20 / u-boot.lds
index 8b01f45e551017863c96ec0aed87580a57028629..be7795274d367026b80384133704e3188d8699cf 100644 (file)
@@ -61,7 +61,7 @@ SECTIONS
 
        __bss_start = .;
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
                *(.bss)
        }
This page took 0.028123 seconds and 4 git commands to generate.