Merge branch 'mimc200' into next
[oweals/u-boot.git] / board / lpc2292sodimm / u-boot.lds
index 64d946c439210f6a58ece41c2838bea70d3a6498..49d18f7d65ade1c7deec0d6d5ae7a2e94a1dd45d 100644 (file)
@@ -50,6 +50,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }