summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/altera-cvp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fpga/altera-cvp.c')
-rw-r--r--drivers/fpga/altera-cvp.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/fpga/altera-cvp.c b/drivers/fpga/altera-cvp.c
index 35c3aa5792e2..770915fb97f9 100644
--- a/drivers/fpga/altera-cvp.c
+++ b/drivers/fpga/altera-cvp.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * FPGA Manager Driver for Altera Arria/Cyclone/Stratix CvP 3 * FPGA Manager Driver for Altera Arria/Cyclone/Stratix CvP
3 * 4 *
@@ -5,15 +6,6 @@
5 * 6 *
6 * Anatolij Gustschin <agust@denx.de> 7 * Anatolij Gustschin <agust@denx.de>
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * Manage Altera FPGA firmware using PCIe CvP. 9 * Manage Altera FPGA firmware using PCIe CvP.
18 * Firmware must be in binary "rbf" format. 10 * Firmware must be in binary "rbf" format.
19 */ 11 */