]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8641hpcn/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / freescale / mpc8641hpcn / u-boot.lds
index 4f884f987e26b361e697f718a278570242bb5c74..6c9da1f32843e7a10a5cf34795e0fa755336f5a7 100644 (file)
@@ -129,6 +129,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);