summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/POWER/HalStartSequence.s
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/POWER/HalStartSequence.s')
-rw-r--r--dev/Kernel/HALKit/POWER/HalStartSequence.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev/Kernel/HALKit/POWER/HalStartSequence.s b/dev/Kernel/HALKit/POWER/HalStartSequence.s
deleted file mode 100644
index 68110f8d..00000000
--- a/dev/Kernel/HALKit/POWER/HalStartSequence.s
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Technologies.
-
-------------------------------------------- */
-
-.globl __ImageStart
-.extern hal_init_platform
-.align 4
-.text
-
-__ImageStart:
- bl hal_init_platform
- blr