From 3e2f58a17c16ca8bdb2cc74ee6b1602fd80a5e84 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Sep 2008 15:28:23 +0000 Subject: 2008-09-23 Joel Sherrill * 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. --- c/src/lib/libbsp/m68k/uC5282/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/lib/libbsp/m68k/uC5282/ChangeLog') 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 + + * 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 * include/bsp.h: Remove unnecessary boilerplate comments. -- cgit v1.2.3