]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/part_mac.h
common/cmd_mtdparts.c: print ECC stats along with partition information
[karo-tx-uboot.git] / disk / part_mac.h
index fb1edac561eb4ed8cff64b8192fbd9f661973929..7b754e16a97c0a063bedb45defde6559c2c2e199 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+
  */
 
 /*
@@ -90,7 +74,7 @@ typedef struct mac_partition {
        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 */ 
+       uchar   iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */
 #endif
 } mac_partition_t;