]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/pm856/u-boot.lds
Align end of bss by 4 bytes
[people/ms/u-boot.git] / board / pm856 / u-boot.lds
index 01727d177bfc457ae3c4d9a5b62a8e9f825726b1..e9c6a12d0f41bd412f7ac2ea9b88340b63d3f227 100644 (file)
@@ -141,6 +141,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);