]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/katmai/u-boot.lds
Align end of bss by 4 bytes
[u-boot] / board / amcc / katmai / u-boot.lds
index 36aa6de129f918a5d9d30d4c3607acc43037cfcd..464bc6ecc98b4bbb59f824c2378140effe604660 100644 (file)
@@ -134,6 +134,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);