summaryrefslogtreecommitdiffstats
path: root/bsps/mips/hurricane/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/hurricane/start/start.S')
-rw-r--r--bsps/mips/hurricane/start/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/mips/hurricane/start/start.S b/bsps/mips/hurricane/start/start.S
index e3d97cd167..2a44a26d55 100644
--- a/bsps/mips/hurricane/start/start.S
+++ b/bsps/mips/hurricane/start/start.S
@@ -293,6 +293,8 @@ FRAME(start,sp,0,ra)
move a0,zero /* Set command line passed to main */
+ la sp,_ISR_Stack_area_end # Use configuration defined stack
+ subu sp,sp,32
jal boot_card
nop