forked from Imagelibrary/rtems
2001-09-28 Joel Sherrill <joel@OARcorp.com>
* start/start.S: Invoke boot_card() not main().
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S: Invoke boot_card() not main().
|
||||
|
||||
2001-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
|
||||
|
||||
@@ -70,7 +70,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||
** 10) If there is a Translation Lookaside Buffer, Clear the TLB
|
||||
** 11) Execute initialization code if the IDT/c library is to be used
|
||||
**
|
||||
** 12) Jump to user's "main()"
|
||||
** 12) Jump to user's "main()" (boot_card() for RTEMS)
|
||||
** 13) Jump to promexit
|
||||
**
|
||||
** IDT/C 5.x defines _R3000, IDT/C 6.x defines _R4000 internally.
|
||||
@@ -287,7 +287,7 @@ FRAME(start,sp,0,ra)
|
||||
/*********************** END I/O initialization **********************/
|
||||
|
||||
|
||||
jal main
|
||||
jal boot_card
|
||||
|
||||
jal idtsim_promexit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user