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.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/riscv/init/head.S b/arch/riscv/init/head.S
index 703d265..bbd2945 100644
--- a/arch/riscv/init/head.S
+++ b/arch/riscv/init/head.S
@@ -2,9 +2,6 @@
.global _start
.type _start, @function
_start:
- /* store kernel load address */
- auipc a4, 0
- /* stack grows downward */
- mv sp, a4
+ /* stack pointer is whatever? */
/* go to proper init */
j init