secgateway/kernel/linux-4.14.83/arch/arm/boot/bootp/initrd.S

8 lines
149 B
ArmAsm
Raw Normal View History

2019-06-11 07:43:23 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
.type initrd_start,#object
.globl initrd_start
initrd_start:
.incbin INITRD
.globl initrd_end
initrd_end: