Merge branch 'master' of git://git.denx.de/u-boot-mips
[oweals/u-boot.git] / board / trizepsiv / u-boot.lds
index 14d264a6861cdd98abb7d9f2cdc06730b86f0ae3..7cf9fdf632db8cfd5d1b381a656216c8b55520b2 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }