Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
8 lines
147 B
ArmAsm
8 lines
147 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
.globl kernel_start
|
|
kernel_start:
|
|
.incbin "arch/arm/boot/zImage"
|
|
.globl kernel_end
|
|
kernel_end:
|
|
.align 2
|