forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user