summaryrefslogtreecommitdiff
path: root/arch/arm/boot/bootp/kernel.S
blob: dc6236c173d241267021eed2245434e2826ad077 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
	.globl	kernel_start
kernel_start:
	.incbin	"arch/arm/boot/zImage"
	.globl	kernel_end
kernel_end:
	.align	2