X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fnios2-epcs.h;h=8c8f2385ee5d1ee0f8f1f45048ec172b9a6cfaee;hb=f79a023f411882d160df57b45709a7652e8c241e;hp=20e0c87c89f91ee556ce3574dd3c63f8a20b097e;hpb=ad09083c3736ea72bceee92721933513d3137b66;p=karo-tx-uboot.git diff --git a/include/nios2-epcs.h b/include/nios2-epcs.h index 20e0c87c89..8c8f2385ee 100644 --- a/include/nios2-epcs.h +++ b/include/nios2-epcs.h @@ -2,23 +2,7 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * 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+ */ /************************************************************************* @@ -29,7 +13,7 @@ #define __NIOS2_EPCS_H__ typedef struct epcs_devinfo_t { - const char *name; /* Device name */ + const char *name; /* Device name */ unsigned char id; /* Device silicon id */ unsigned char size; /* Total size log2(bytes)*/ unsigned char num_sects; /* Number of sectors */