]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds
Align end of bss by 4 bytes
[u-boot] / board / mousse / u-boot.lds
index 86a1d85ed598185157701a3ea48f5b47582d4157..8188873802661b32a544dec89485f9af9e3e3060 100644 (file)
@@ -123,6 +123,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;