mirror_ubuntu-kernels/arch/arm/boot/bootp/initrd.S

8 lines
149 B
ArmAsm
Raw Normal View History

2024-07-02 00:48:40 +03:00
/* SPDX-License-Identifier: GPL-2.0 */
.type initrd_start,#object
.globl initrd_start
initrd_start:
.incbin INITRD
.globl initrd_end
initrd_end: