summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 17:54:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 17:54:11 +0000
commitc51efdcd623f58669aa07dd674f3601cfa1f7eee (patch)
tree2ba5812b661d508ced0a066f32554ad6b4aaf386 /c/src/lib/libbsp/sparc/ChangeLog
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c51efdcd623f58669aa07dd674f3601cfa1f7eee.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspstart.c: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. * shared/bspgetworkarea.c: New file.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index ed894d2d9a..209308f47b 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * shared/bspstart.c: Use shared bsp_get_work_area() in its own file and
+ rely on BSP Framework to perform more initialization.
+ * shared/bspgetworkarea.c: New file.
+
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/bspstart.c: Remove bogus local declaration.