On Mon, 2009-06-22 at 14:31 +0200, Robert Millan wrote:
> Well it seems that OLPC (i386-ieee1275) needs alignment, but coreboot doesn't.
> It must be some OFW-specific oddity.
> 
> This patch makes the alignment ieee1275-specific on i386.

We can define GRUB_MOD_ALIGN to 1 for such architectures and keep using
ALIGN_UP (or remove ALIGN_UP - it doesn't matter).  The value of 0 for
GRUB_MOD_ALIGN is meaningless, but the value of 1 has a meaning - align
to a byte boundary.

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to