Align end of bss by 4 bytes
[platform/kernel/u-boot.git] / board / netphone / u-boot.lds
index 8272a55..8836560 100644 (file)
@@ -134,6 +134,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);