summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/boot/bootp/kernel.S
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/boot/bootp/kernel.S')
-rw-r--r--ANDROID_3.4.5/arch/arm/boot/bootp/kernel.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/boot/bootp/kernel.S b/ANDROID_3.4.5/arch/arm/boot/bootp/kernel.S
new file mode 100644
index 00000000..b87a25c7
--- /dev/null
+++ b/ANDROID_3.4.5/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