]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mx31ads/u-boot.lds
Remove redundant armv4 flag from arm926ejs compile flags
[u-boot] / board / freescale / mx31ads / u-boot.lds
index 1c35fa614efd63ab72fbe7a9ca76432bd0ae5ce3..e682f307f7efcbb2a5709a6f88ab39d86902ee05 100644 (file)
@@ -65,6 +65,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss : { *(.bss) . = ALIGN(4); }
        _end = .;
 }