ubuntu-linux-kernel/arch/arm/boot/bootp/initrd.S

8 lines
149 B
ArmAsm
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
.type initrd_start,#object
.globl initrd_start
initrd_start:
.incbin INITRD
.globl initrd_end
initrd_end: