X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=disk%2Fpart_mac.h;h=5f396c94089da0eb3378b6dbc0fa9ff3c9b7edaa;hb=891483186052b259852f3f48926ff307763f4eb0;hp=7b754e16a97c0a063bedb45defde6559c2c2e199;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=oweals%2Fu-boot.git diff --git a/disk/part_mac.h b/disk/part_mac.h index 7b754e16a9..5f396c9408 100644 --- a/disk/part_mac.h +++ b/disk/part_mac.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -73,7 +72,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;