forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/kernel/reloc_32.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Code to process dynamic relocations for PPC32.
34 *
....@@ -5,11 +6,6 @@
56 * Author: Suzuki Poulose <suzuki@in.ibm.com>
67 *
78 * - Based on ppc64 code - reloc_64.S
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.
139 */
1410
1511 #include <asm/ppc_asm.h>