.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2017 ATMEL |
---|
3 | 4 | * Copyright 2017 Free Electrons |
---|
.. | .. |
---|
27 | 28 | * |
---|
28 | 29 | * Add Nand Flash Controller support for SAMA5 SoC |
---|
29 | 30 | * Copyright 2013 ATMEL, Josh Wu (josh.wu@atmel.com) |
---|
30 | | - * |
---|
31 | | - * This program is free software; you can redistribute it and/or modify |
---|
32 | | - * it under the terms of the GNU General Public License version 2 as |
---|
33 | | - * published by the Free Software Foundation. |
---|
34 | 31 | * |
---|
35 | 32 | * The PMECC is an hardware assisted BCH engine, which means part of the |
---|
36 | 33 | * ECC algorithm is left to the software. The hardware/software repartition |
---|