]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/s_record.h
karo: tx6: remove unreachable 'return' statements
[karo-tx-uboot.git] / include / s_record.h
index 07806d5cd8fb34ed604f96be5e5ff90d65ea8901..6db71746480da8d3c015cc3726b3004a63abf494 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+
  */
 
 /*--------------------------------------------------------------------------
@@ -97,9 +81,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       */