aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/init/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/init/head.S')
-rw-r--r--arch/riscv/init/head.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/riscv/init/head.S b/arch/riscv/init/head.S
deleted file mode 100644
index 3589ead..0000000
--- a/arch/riscv/init/head.S
+++ /dev/null
@@ -1,7 +0,0 @@
-.section .init.start
-.global _start
-.type _start, @function
-_start:
- li sp, PM_STACK_TOP
- /* go to proper init */
- j init