diff options
Diffstat (limited to 'arch/arm/boot/bootp/kernel.S')
-rw-r--r-- | arch/arm/boot/bootp/kernel.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/bootp/kernel.S b/arch/arm/boot/bootp/kernel.S index b87a25c7ef88..dc6236c173d2 100644 --- a/arch/arm/boot/bootp/kernel.S +++ b/arch/arm/boot/bootp/kernel.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ .globl kernel_start kernel_start: .incbin "arch/arm/boot/zImage" |