diff options
Diffstat (limited to 'drivers/fpga/altera-ps-spi.c')
-rw-r--r-- | drivers/fpga/altera-ps-spi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/fpga/altera-ps-spi.c b/drivers/fpga/altera-ps-spi.c index 678d0115f840..a13f224303c6 100644 --- a/drivers/fpga/altera-ps-spi.c +++ b/drivers/fpga/altera-ps-spi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Altera Passive Serial SPI Driver | 3 | * Altera Passive Serial SPI Driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Joshua Clayton <stillcompiling@gmail.com> | 7 | * Joshua Clayton <stillcompiling@gmail.com> |
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 Altera FPGA firmware that is loaded over SPI using the passive | 9 | * Manage Altera FPGA firmware that is loaded over SPI using the passive |
13 | * serial configuration method. | 10 | * serial configuration method. |
14 | * Firmware must be in binary "rbf" format. | 11 | * Firmware must be in binary "rbf" format. |