hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/nvmem/lpc18xx_otp.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * NXP LPC18xx/43xx OTP memory NVMEM driver
34 *
....@@ -5,10 +6,6 @@
56 *
67 * Based on the imx ocotp driver,
78 * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel@pengutronix.de>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2
11
- * as published by the Free Software Foundation.
129 *
1310 * TODO: add support for writing OTP register via API in boot ROM.
1411 */