mmc: fsl_esdhc: Fix SDR104 and HS200 support
[oweals/u-boot.git] / include / s_record.h
index 07806d5cd8fb34ed604f96be5e5ff90d65ea8901..3ece695941d3f68e837d8579599b73b656562013 100644 (file)
@@ -1,24 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (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
  */
 
 /*--------------------------------------------------------------------------
@@ -45,7 +28,7 @@
  *     2  data record with 24-bit address
  *     3  data record with 32-bit address
  *     4  symbol record (LSI extension)
- *     5  number of data records in preceeding block
+ *     5  number of data records in preceding block
  *     6  unused
  *     7  ending record for S3 records
  *     8  ending record for S2 records
@@ -97,9 +80,9 @@
 #define SREC_DATA3     2       /* Data  Record with 3 byte address         */
 #define SREC_DATA4     3       /* Data  Record with 4 byte address         */
 #define SREC_COUNT     5       /* Count Record (previously transmitted)    */
-#define SREC_END4      7       /* End   Record with 4 byte start address   */
-#define SREC_END3      8       /* End   Record with 3 byte start address   */
-#define SREC_END2      9       /* End   Record with 2 byte start address   */
+#define SREC_END4      7       /* End   Record with 4 byte start address   */
+#define SREC_END3      8       /* End   Record with 3 byte start address   */
+#define SREC_END2      9       /* End   Record with 2 byte start address   */
 #define SREC_EMPTY     10      /* Empty Record without any data            */
 
 #define SREC_REC_OK  SREC_EMPTY /* last code without error condition       */