]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - disk/part_mac.h
mmc: omap_hsmmc: update mmc->clock with the actual bus speed
[people/ms/u-boot.git] / disk / part_mac.h
index 0340fe8febd569707ac3ae360fe4c851df7285b3..6735144029db4a760065786f6b21f40110f931bb 100644 (file)
@@ -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                             */
+#if CONFIG_IS_ENABLED(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 */