Align end of bss by 4 bytes
[oweals/u-boot.git] / board / amcc / acadia / u-boot-nand.lds
index bfe2769af5f715c048f1f6f1ae8b6aae14d93f60..799c28ffda0b0674a9c922133b8bed268b478eda 100644 (file)
@@ -129,6 +129,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;