summaryrefslogtreecommitdiffstats
path: root/bsps/mips/rbtx4925/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/rbtx4925/start/start.S')
-rw-r--r--bsps/mips/rbtx4925/start/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/mips/rbtx4925/start/start.S b/bsps/mips/rbtx4925/start/start.S
index 058426f8c7..e778550419 100644
--- a/bsps/mips/rbtx4925/start/start.S
+++ b/bsps/mips/rbtx4925/start/start.S
@@ -317,6 +317,8 @@ FRAME(start,sp,0,ra)
** End of CPU initialization, ready to start kernel
*/
move a0,zero /* Set argc passed to main */
+ la sp,_ISR_Stack_area_end # Use configuration defined stack
+ subu sp,sp,32
jal boot_card
nop