X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flattice.h;h=ea4b5303a707b1202c6dc0c8a57de0905d74ff48;hb=9b5066ccc91ccab1887fb8c2182db2092880e5d1;hp=6a2cf93db123a43728c82d67ffe0dc3e7742d617;hpb=e3f279fb1419b7cb5fd4d0e18e52a892770cf934;p=karo-tx-uboot.git diff --git a/include/lattice.h b/include/lattice.h old mode 100755 new mode 100644 index 6a2cf93db1..ea4b5303a7 --- a/include/lattice.h +++ b/include/lattice.h @@ -8,24 +8,7 @@ * * Lattice Semiconductor Corp. Copyright 2009 * - * 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+ */ #ifndef _VME_OPCODE_H @@ -278,9 +261,6 @@ typedef struct { char *desc; /* description string */ } Lattice_desc; /* end, typedef Altera_desc */ -/* Lattice Model Type */ -#define CONFIG_SYS_XP2 CONFIG_SYS_FPGA_DEV(0x1) - /* Board specific implementation specific function types */ typedef void (*Lattice_jtag_init)(void); typedef void (*Lattice_jtag_set_tdi)(int v);