FPU POST: fix warnings when building with 2.18 binutils
[oweals/u-boot.git] / board / purple / u-boot.lds
index 09d6847da6fa17b55270a3c5e2f206f2f406d0b9..bf1394b2a432788a1db8fd06a768c38de987e3ea 100644 (file)
@@ -75,6 +75,6 @@ SECTIONS
 
        . = ALIGN(4);
        .sbss (NOLOAD)  : { *(.sbss) }
-       .bss (NOLOAD)  : { *(.bss) }
+       .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
        uboot_end = .;
 }