2001-09-28 Joel Sherrill <joel@OARcorp.com>

* start/start.S: Invoke boot_card() not main().
This commit is contained in:
Joel Sherrill
2001-09-28 23:14:23 +00:00
parent 194b5c708d
commit 6a6cd55490
2 changed files with 6 additions and 2 deletions

View File

@@ -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().

View File

@@ -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