diff options
Diffstat (limited to 'arch/arm/boot/bootp/kernel.S')
-rw-r--r-- | arch/arm/boot/bootp/kernel.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/bootp/kernel.S b/arch/arm/boot/bootp/kernel.S new file mode 100644 index 000000000..dc6236c17 --- /dev/null +++ b/arch/arm/boot/bootp/kernel.S @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + .globl kernel_start +kernel_start: + .incbin "arch/arm/boot/zImage" + .globl kernel_end +kernel_end: + .align 2 |