Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
[platform/kernel/u-boot.git] / examples / nios.lds
index 527eb3a..18072f7 100644 (file)
@@ -51,10 +51,11 @@ SECTIONS
 
        __bss_start = .;
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
                *(.bss)
        }
        . = ALIGN(4);
        __bss_end = .;
+       _end = .;
 }