diff --git a/include/boot/ipl.h b/include/boot/ipl.h index f8df98fe..bc9b7fe2 100644 --- a/include/boot/ipl.h +++ b/include/boot/ipl.h @@ -129,7 +129,7 @@ struct ipl_parameter_block { struct ipl_pb0_pv pv; char raw[PAGE_SIZE - sizeof(struct ipl_pl_hdr)]; }; -} __packed __aligned(PAGE_SIZE); +} __packed; /* IPL Report List header */ struct ipl_rl_hdr {