Merge branch 'fixes' into cleanups
[oweals/u-boot.git] / board / cmc_pu2 / u-boot.lds
index 14cd22800bb7a1023e6d597b413fe63768f9e2a9..987b07d94157c474327d21cfc2e84c162cbd56d2 100644 (file)
@@ -52,6 +52,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }