Align end of bss by 4 bytes
[pandora-u-boot.git] / board / quad100hd / u-boot.lds
index 195d91b..7cf4d4f 100644 (file)
@@ -127,6 +127,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);