]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/nios.lds
AT91CAP9 support : cpu/ files
[karo-tx-uboot.git] / examples / nios.lds
index 527eb3ad45f5d2e3829640e5cb67b7079c8157ce..18072f71b1e48d70f5d26b39700e02e3bfcf91fc 100644 (file)
@@ -51,10 +51,11 @@ SECTIONS
 
        __bss_start = .;
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
                *(.bss)
        }
        . = ALIGN(4);
        __bss_end = .;
+       _end = .;
 }