aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/bootp/kernel.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/bootp/kernel.S')
-rw-r--r--arch/arm/boot/bootp/kernel.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/bootp/kernel.S b/arch/arm/boot/bootp/kernel.S
new file mode 100644
index 000000000000..b87a25c7ef88
--- /dev/null
+++ b/arch/arm/boot/bootp/kernel.S
@@ -0,0 +1,6 @@
1 .globl kernel_start
2kernel_start:
3 .incbin "arch/arm/boot/zImage"
4 .globl kernel_end
5kernel_end:
6 .align 2