Merge git://git.denx.de/u-boot into x1
[platform/kernel/u-boot.git] / board / voiceblue / u-boot.lds
index f35a3ab..bce925b 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }