linux-zen-desktop/arch/arm/boot/bootp/initrd.S

8 lines
149 B
ArmAsm
Raw Permalink Normal View History

2023-08-30 16:31:07 +01:00
/* SPDX-License-Identifier: GPL-2.0 */
.type initrd_start,#object
.globl initrd_start
initrd_start:
.incbin INITRD
.globl initrd_end
initrd_end: