X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=disk%2Fpart_mac.h;h=a7ad697fda39241cb1725bc8484b4acc8c5229ad;hb=60f61e6d7655400bb785a2ef637581679941f6d1;hp=0340fe8febd569707ac3ae360fe4c851df7285b3;hpb=fe8c2806cdba70479e351299881a395dc2be7785;p=u-boot diff --git a/disk/part_mac.h b/disk/part_mac.h index 0340fe8feb..a7ad697fda 100644 --- a/disk/part_mac.h +++ b/disk/part_mac.h @@ -89,6 +89,9 @@ typedef struct mac_partition { __u32 boot_cksum; /* boot code checksum */ uchar processor[16]; /* Type of Processor */ __u16 part_pad[188]; /* reserved */ +#ifdef CONFIG_ISO_PARTITION + uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ +#endif } mac_partition_t; #define MAC_STATUS_BOOTABLE 8 /* partition is bootable */