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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/init/head.S b/arch/riscv/init/head.S
index bbd2945..3589ead 100644
--- a/arch/riscv/init/head.S
+++ b/arch/riscv/init/head.S
@@ -2,6 +2,6 @@
.global _start
.type _start, @function
_start:
- /* stack pointer is whatever? */
+ li sp, PM_STACK_TOP
/* go to proper init */
j init