summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 15:28:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 15:28:23 +0000
commit3e2f58a17c16ca8bdb2cc74ee6b1602fd80a5e84 (patch)
tree2ee0c967c81ac488d290bfccac6df8ecda5417b9 /c/src/lib/libbsp/m68k/uC5282/ChangeLog
parent2008-09-23 Eric Norum <norume@aps.anl.gov> (diff)
downloadrtems-3e2f58a17c16ca8bdb2cc74ee6b1602fd80a5e84.tar.bz2
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Rename existing bsp_reset() to bsp_sysReset() since the prototype did not match the standard one. Add standard bsp_reset(). * startup/bspreset.c: New file.
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index 3cb6dc714b..1821a1f15e 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Rename
+ existing bsp_reset() to bsp_sysReset() since the prototype did not
+ match the standard one. Add standard bsp_reset().
+ * startup/bspreset.c: New file.
+
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.