linuxOS_PX30_CAR/kernel/arch/arm/boot/bootp/kernel.S

8 lines
147 B
ArmAsm
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
.globl kernel_start
kernel_start:
.incbin "arch/arm/boot/zImage"
.globl kernel_end
kernel_end:
.align 2