From 6a6cd554908fa67e4dfff7caaa7e8ce2ed7e9af9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 23:14:23 +0000 Subject: 2001-09-28 Joel Sherrill * start/start.S: Invoke boot_card() not main(). --- c/src/lib/libbsp/mips/p4000/ChangeLog | 4 ++++ c/src/lib/libbsp/mips/p4000/start/start.S | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/mips/p4000/ChangeLog b/c/src/lib/libbsp/mips/p4000/ChangeLog index c670d38669..56053010f7 100644 --- a/c/src/lib/libbsp/mips/p4000/ChangeLog +++ b/c/src/lib/libbsp/mips/p4000/ChangeLog @@ -1,3 +1,7 @@ +2001-09-28 Joel Sherrill + + * start/start.S: Invoke boot_card() not main(). + 2001-09-27 Joel Sherrill * include/bsp.h: Renamed delay() to rtems_bsp_delay(). diff --git a/c/src/lib/libbsp/mips/p4000/start/start.S b/c/src/lib/libbsp/mips/p4000/start/start.S index 1a1fa11a0d..bf36c452fe 100644 --- a/c/src/lib/libbsp/mips/p4000/start/start.S +++ b/c/src/lib/libbsp/mips/p4000/start/start.S @@ -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 -- cgit v1.2.3