]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8560/u-boot.lds
Align end of bss by 4 bytes
[u-boot] / board / sbc8560 / u-boot.lds
index 237a3b60b8fac2d34fb6facf5e3a56610ad766cd..759ee82c9b8f61625052702f683d360711106e84 100644 (file)
@@ -146,6 +146,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);