hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/kernel/relocate_kernel.S
....@@ -1,13 +1,11 @@
1
-/*
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
23 * relocate_kernel.S - put the kernel image in place to boot
34 * 2005.9.17 kogiidena@eggplant.ddo.jp
45 *
56 * LANDISK/sh4 is supported. Maybe, SH archtecture works well.
67 *
78 * 2009-03-18 Magnus Damm - Added Kexec Jump support
8
- *
9
- * This source code is licensed under the GNU General Public License,
10
- * Version 2. See the file COPYING for more details.
119 */
1210 #include <linux/linkage.h>
1311 #include <asm/addrspace.h>