lineage_kernel_xcoverpro/arch/arm/boot/bootp/initrd.S

8 lines
149 B
ArmAsm
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
.type initrd_start,#object
.globl initrd_start
initrd_start:
.incbin INITRD
.globl initrd_end
initrd_end: