forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/microblaze/kernel/prom.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Procedures for creating, accessing and interpreting the device tree.
34 *
....@@ -6,11 +7,6 @@
67 *
78 * Adapted for 64bit PowerPC by Dave Engebretsen and Peter Bergner.
89 * {engebret|bergner}@us.ibm.com
9
- *
10
- * This program is free software; you can redistribute it and/or
11
- * modify it under the terms of the GNU General Public License
12
- * as published by the Free Software Foundation; either version
13
- * 2 of the License, or (at your option) any later version.
1410 */
1511
1612 #include <linux/kernel.h>