diff packages/redboot/current/ChangeLog @ 1872:321c9b8eb063

* src/main.c (cyg_start): Fix compiler warning with HAL_THREAD_INIT_CONTEXT and the worspace end address. * src/fs/disk.c (find_dos_partitions): Removed unused variable.
author asl
date Sat, 22 Jan 2005 15:01:37 +0000
parents a0d4c606e72d
children 5f0c796f46a6
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-22  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* src/main.c (cyg_start): Fix compiler warning with 
+	HAL_THREAD_INIT_CONTEXT and the worspace end address.
+	* src/fs/disk.c (find_dos_partitions): Removed unused variable.
+
 2005-01-05  David Vrabel  <dvrabel@arcom.com>
 
 	* src/fs/fileio.c (do_ls): Remove useless "getcwd" message.