diff packages/redboot/current/ChangeLog @ 2130:9a0cafc8b9bf

* src/flash.c (fis_lock & fis_unlock): Allow compilation without FIS being enabled. * src/flash.c (fis_update_directory): When reading/writing flash use the full size of the fis directory, not just one block.
author asl
date Sun, 19 Feb 2006 17:11:31 +0000
parents a418a0d87d16
children 36bfd6474600
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-17  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* src/flash.c (fis_lock & fis_unlock): Allow compilation without
+	FIS being enabled.
+	* src/flash.c (fis_update_directory): When reading/writing flash
+	use the full size of the fis directory, not just one block.
+
 2005-11-23  Peter Korsgaard  <peter.korsgaard@barco.com>
 
 	* src/gunzip.c (do_gunzip): Fixed diag_printf format string warnings.