Mercurial > flash_v2
diff packages/io/flash/current/ChangeLog @ 1760:9abe5ac74a1a
Correctly handle scenario where there are multiple flash devices but
only one initialized successfully
| author | bartv |
|---|---|
| date | Sun, 28 Nov 2004 19:10:03 +0000 |
| parents | 400806bc9c4f |
| children | 9c1d9e5039c2 |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,17 @@ +2004-11-28 Bart Veer <bartv@ecoscentric.com> + + * src/flash.c (flash_sort_and_check): previous patch would have + resulted in init failure if only one device initialized. + (cyg_flash_get_info): handle per-device init flag + +2004-11-25 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/flash.c (flash_sort_and_check): Don't add devices which + failed to initialise onto the list. Don't bother sorting the + list if its empty or only has one entry. + * src/flash.c (find_dev): All devices on the list are initialised so + don't both checking the init flag. + 2004-11-22 Bart Veer <bartv@ecoscentric.com> * src/legacy_dev.c: remove .2ram attributes. These functions do
