summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-15 15:21:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-15 15:21:24 +0000
commit920fb9c25bc35d75279917ea74677099105b6b85 (patch)
treef60bb99255197a62d4148c8e32c03d2e8a50f0bd /c
parent2006-11-15 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-920fb9c25bc35d75279917ea74677099105b6b85.tar.bz2
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.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/bspstart.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 1a79e7fa20..5952b5ceb1 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -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.
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
index f6d05d66c4..451adc663d 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
@@ -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();
/*