diff options
Diffstat (limited to 'arch/arm/boot/compressed')
-rw-r--r-- | arch/arm/boot/compressed/efi-header.S | 5 | ||||
-rw-r--r-- | arch/arm/boot/compressed/head.S | 5 | ||||
-rw-r--r-- | arch/arm/boot/compressed/ll_char_wr.S | 5 | ||||
-rw-r--r-- | arch/arm/boot/compressed/vmlinux.lds.S | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/arch/arm/boot/compressed/efi-header.S b/arch/arm/boot/compressed/efi-header.S index c94a88ae834d..a5983588f96b 100644 --- a/arch/arm/boot/compressed/efi-header.S +++ b/arch/arm/boot/compressed/efi-header.S | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013-2017 Linaro Ltd | 3 | * Copyright (C) 2013-2017 Linaro Ltd |
3 | * Authors: Roy Franz <roy.franz@linaro.org> | 4 | * Authors: Roy Franz <roy.franz@linaro.org> |
4 | * Ard Biesheuvel <ard.biesheuvel@linaro.org> | 5 | * Ard Biesheuvel <ard.biesheuvel@linaro.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/pe.h> | 8 | #include <linux/pe.h> |
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 7135820f76d4..e59d14679fb0 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/boot/compressed/head.S | 3 | * linux/arch/arm/boot/compressed/head.S |
3 | * | 4 | * |
4 | * Copyright (C) 1996-2002 Russell King | 5 | * Copyright (C) 1996-2002 Russell King |
5 | * Copyright (C) 2004 Hyok S. Choi (MPU support) | 6 | * Copyright (C) 2004 Hyok S. Choi (MPU support) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
12 | #include <asm/assembler.h> | 9 | #include <asm/assembler.h> |
diff --git a/arch/arm/boot/compressed/ll_char_wr.S b/arch/arm/boot/compressed/ll_char_wr.S index b1dcdb9f4030..1ec8cb2898b1 100644 --- a/arch/arm/boot/compressed/ll_char_wr.S +++ b/arch/arm/boot/compressed/ll_char_wr.S | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/lib/ll_char_wr.S | 3 | * linux/arch/arm/lib/ll_char_wr.S |
3 | * | 4 | * |
4 | * Copyright (C) 1995, 1996 Russell King. | 5 | * Copyright (C) 1995, 1996 Russell King. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Speedups & 1bpp code (C) 1996 Philip Blundell & Russell King. | 7 | * Speedups & 1bpp code (C) 1996 Philip Blundell & Russell King. |
11 | * | 8 | * |
12 | * 10-04-96 RMK Various cleanups & reduced register usage. | 9 | * 10-04-96 RMK Various cleanups & reduced register usage. |
diff --git a/arch/arm/boot/compressed/vmlinux.lds.S b/arch/arm/boot/compressed/vmlinux.lds.S index 2b963d8e76dd..fc7ed03d8b93 100644 --- a/arch/arm/boot/compressed/vmlinux.lds.S +++ b/arch/arm/boot/compressed/vmlinux.lds.S | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2000 Russell King | 3 | * Copyright (C) 2000 Russell King |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifdef CONFIG_CPU_ENDIAN_BE8 | 6 | #ifdef CONFIG_CPU_ENDIAN_BE8 |