xref: /linux/arch/arm/boot/bootp/kernel.S (revision 95298d63c67673c654c08952672d016212b26054)
1/* SPDX-License-Identifier: GPL-2.0 */
2	.globl	kernel_start
3kernel_start:
4	.incbin	"arch/arm/boot/zImage"
5	.globl	kernel_end
6kernel_end:
7	.align	2
8