forked from Imagelibrary/rtems
@@ -369,6 +369,7 @@ ZEROLOOPTEST:
|
||||
/*
|
||||
* Right : Now we're ready to boot RTEMS
|
||||
*/
|
||||
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
|
||||
clrl d0 | Pass in null to all boot_card() params
|
||||
movel d0,a7@- | command line
|
||||
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
||||
|
||||
@@ -349,6 +349,7 @@ SYM(start_csb360):
|
||||
/*
|
||||
* Right : Now we're ready to boot RTEMS
|
||||
*/
|
||||
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
|
||||
clrl d0 | Pass in null to all boot_card() params
|
||||
movel d0,a7@- | command line
|
||||
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
||||
|
||||
@@ -355,6 +355,7 @@ ZEROLOOPTEST:
|
||||
/*
|
||||
* Right : Now we're ready to boot RTEMS
|
||||
*/
|
||||
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
|
||||
clrl d0 | Pass in null to all boot_card() params
|
||||
movel d0,a7@- | command line
|
||||
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
||||
|
||||
@@ -364,6 +364,7 @@ ZEROLOOPTEST:
|
||||
/*
|
||||
* Right : Now we're ready to boot RTEMS
|
||||
*/
|
||||
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
|
||||
clrl d0 | Pass in null to all boot_card() params
|
||||
movel d0,a7@- | command line
|
||||
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
||||
|
||||
@@ -378,6 +378,7 @@ ZEROLOOPTEST:
|
||||
/*
|
||||
* Right : Now we're ready to boot RTEMS
|
||||
*/
|
||||
move.l #_ISR_Stack_area_end,sp | Use configuration defined stack
|
||||
clrl d0 | Pass in null to all boot_card() params
|
||||
movel d0,a7@- | command line
|
||||
jsr SYM(boot_card) | Call C boot_card function to startup RTEMS
|
||||
|
||||
Reference in New Issue
Block a user