From 06ec9001b84b07397331ac2ccbcc4d977231524f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Sep 2008 21:49:27 +0000 Subject: 2008-09-22 Joel Sherrill * Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed. --- c/src/lib/libbsp/arm/rtl22xx/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/lib/libbsp/arm/rtl22xx/ChangeLog') diff --git a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog index 72cee21ce2..a5409dd23c 100644 --- a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog +++ b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog @@ -1,3 +1,12 @@ +2008-09-22 Joel Sherrill + + * Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use + standardized bsp_cleanup() which can optionally print a message, poll + for user to press key, and call bsp_reset(). Using this eliminates + the various bsp_cleanup() implementations which had their own + implementation and variety of string constants. + * startup/bspclean.c: Removed. + 2008-09-21 Joel Sherrill * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY. -- cgit v1.2.3