forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/openrisc/kernel/prom.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * OpenRISC prom.c
34 *
....@@ -8,14 +9,8 @@
89 * Modifications for the OpenRISC architecture:
910 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
1011 *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License
13
- * as published by the Free Software Foundation; either version
14
- * 2 of the License, or (at your option) any later version.
15
- *
1612 * Architecture specific procedures for creating, accessing and
1713 * interpreting the device tree.
18
- *
1914 */
2015
2116 #include <linux/init.h>