diff options
Diffstat (limited to 'drivers/fpga/xilinx-spi.c')
-rw-r--r-- | drivers/fpga/xilinx-spi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/fpga/xilinx-spi.c b/drivers/fpga/xilinx-spi.c index 469486be20c4..272ee0c22822 100644 --- a/drivers/fpga/xilinx-spi.c +++ b/drivers/fpga/xilinx-spi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Xilinx Spartan6 Slave Serial SPI Driver | 3 | * Xilinx Spartan6 Slave Serial SPI Driver |
3 | * | 4 | * |
@@ -5,10 +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 it | ||
9 | * under the terms and conditions of the GNU General Public License, | ||
10 | * version 2, as published by the Free Software Foundation. | ||
11 | * | ||
12 | * Manage Xilinx FPGA firmware that is loaded over SPI using | 9 | * Manage Xilinx FPGA firmware that is loaded over SPI using |
13 | * the slave serial configuration interface. | 10 | * the slave serial configuration interface. |
14 | */ | 11 | */ |