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