X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=disk%2Fpart_mac.h;h=6735144029db4a760065786f6b21f40110f931bb;hb=1acc0087876229d7ade1b23aaecbccf63de8a615;hp=7b754e16a97c0a063bedb45defde6559c2c2e199;hpb=b0cf733933c3bc1b4ab353e16affabc60f863db5;p=platform%2Fkernel%2Fu-boot.git diff --git a/disk/part_mac.h b/disk/part_mac.h index 7b754e1..6735144 100644 --- a/disk/part_mac.h +++ b/disk/part_mac.h @@ -73,7 +73,7 @@ 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 +#if CONFIG_IS_ENABLED(ISO_PARTITION) uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ #endif } mac_partition_t;