X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=disk%2Fpart_mac.h;h=7b754e16a97c0a063bedb45defde6559c2c2e199;hb=69a00875e3db178cfcb19ea8ab97c8927a11e593;hp=0340fe8febd569707ac3ae360fe4c851df7285b3;hpb=fe8c2806cdba70479e351299881a395dc2be7785;p=u-boot diff --git a/disk/part_mac.h b/disk/part_mac.h index 0340fe8feb..7b754e16a9 100644 --- a/disk/part_mac.h +++ b/disk/part_mac.h @@ -2,23 +2,7 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -89,6 +73,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 */