summaryrefslogtreecommitdiff
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 00000000000..b87a25c7ef8
--- /dev/null
+++ b/arch/arm/boot/bootp/kernel.S
@@ -0,0 +1,6 @@
+ .globl kernel_start
+kernel_start:
+ .incbin "arch/arm/boot/zImage"
+ .globl kernel_end
+kernel_end:
+ .align 2