From e2a2ec6016c9bb3f3146c701bbe950af212c097c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 21 Mar 1998 15:37:18 +0000 Subject: Switch to using a shared main() for all of the embedded BSPs based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path. --- c/src/lib/libbsp/mips64orion/p4000/include/bsp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'c/src/lib/libbsp/mips64orion/p4000/include/bsp.h') diff --git a/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h b/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h index 1c8c3aa388..d6dcc834f6 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h +++ b/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h @@ -110,14 +110,6 @@ extern rtems_configuration_table BSP_Configuration; /* miscellaneous stuff assumed to exist */ -int bsp_start( - int argc, - char **argv, - char **environp -); - -void bsp_cleanup( void ); - mips_isr_entry set_vector( /* returns old vector */ rtems_isr_entry handler, /* isr routine */ rtems_vector_number vector, /* vector number */ -- cgit v1.2.3