2006-11-15 Joel Sherrill <joel@OARcorp.com>

* shared/startup/bspstart.c: Merge c_rtems_main() into boot_card().
	This eliminated a file and simplified initialization.
This commit is contained in:
Joel Sherrill
2006-11-15 15:21:24 +00:00
parent 9b86dabd73
commit 920fb9c25b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-11-15 Joel Sherrill <joel@OARcorp.com>
* shared/startup/bspstart.c: Merge c_rtems_main() into boot_card().
This eliminated a file and simplified initialization.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.

View File

@@ -203,7 +203,7 @@ void bsp_start( void )
* function store the result in global variables so that it can be used
* later...
*/
myCpu = get_ppc_cpu_type();
myCpu = get_ppc_cpu_type();
myCpuRevision = get_ppc_cpu_revision();
/*