]> git.sur5r.net Git - u-boot/blobdiff - board/actux4/u-boot.lds
Merge branch 'mimc200' into next
[u-boot] / board / actux4 / u-boot.lds
index c8784a08b2d71906126565bce6089b99e5382d83..0e1155ac75d34641c1b23972a9dcd5874121ea9b 100644 (file)
@@ -60,6 +60,7 @@ SECTIONS
        __bss_start =.;
        .bss (NOLOAD): {
                *(.bss)
+               . = ALIGN(4);
        }
        _end =.;
 }