]> git.sur5r.net Git - u-boot/blobdiff - board/esd/dp405/u-boot.lds
Align end of bss by 4 bytes
[u-boot] / board / esd / dp405 / u-boot.lds
index 131166b6c45ebd99534346b6dcd5f3a6ca738818..d8fbea396b6309f2e77ea84b940034fd72e46d97 100644 (file)
@@ -144,6 +144,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);