]> git.sur5r.net Git - u-boot/blobdiff - board/imx31_litekit/u-boot.lds
85xx: Fix how we map DDR memory
[u-boot] / board / imx31_litekit / u-boot.lds
index 1460adcdd802ba6c0cb965ca437b1242a2588e0e..9285bd5740eec697c95f08c696ca8cbbcb8166a4 100644 (file)
@@ -54,6 +54,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss : { *(.bss) . = ALIGN(4); }
        _end = .;
 }