Changeset 508f319e in rtems
- Timestamp:
- 11/16/18 06:43:51 (5 years ago)
- Branches:
- 5, master
- Children:
- a74ee417
- Parents:
- 84e59b7c
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/16/18 06:43:51)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (11/19/18 06:15:47)
- Location:
- bsps/mips
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/mips/hurricane/start/start.S
r84e59b7c r508f319e 294 294 295 295 move a0,zero /* Set command line passed to main */ 296 la sp,_ISR_Stack_area_end # Use configuration defined stack 297 subu sp,sp,32 296 298 jal boot_card 297 299 nop -
bsps/mips/rbtx4925/start/start.S
r84e59b7c r508f319e 318 318 */ 319 319 move a0,zero /* Set argc passed to main */ 320 la sp,_ISR_Stack_area_end # Use configuration defined stack 321 subu sp,sp,32 320 322 jal boot_card 321 323 nop -
bsps/mips/rbtx4938/start/start.S
r84e59b7c r508f319e 317 317 */ 318 318 move a0,zero /* Set command line passed to boot_card */ 319 la sp,_ISR_Stack_area_end # Use configuration defined stack 320 subu sp,sp,32 319 321 jal boot_card 320 322 nop
Note: See TracChangeset
for help on using the changeset viewer.