forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/powerpc/kernel/cpu_setup_44x.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * This file contains low level CPU setup functions.
34 * Valentine Barshak <vbarshak@ru.mvista.com>
....@@ -5,12 +6,6 @@
56 *
67 * Based on cpu_setup_6xx code by
78 * Benjamin Herrenschmidt <benh@kernel.crashing.org>
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
13
- *
149 */
1510
1611 #include <asm/processor.h>