diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/iriver_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c index 44bd9c7..29fa440 100644 --- a/apps/plugins/iriver_flash.c +++ b/apps/plugins/iriver_flash.c @@ -344,7 +344,7 @@ int load_firmware_file(const char *filename, uint32_t *checksum) unsigned long valid_bootloaders[][2] = { /* Size-8 CRC32 */ - { 63844, 0x98c5027a }, /* 7-pre3, improved failsafe functions */ + { 63788, 0x08ff01a9 }, /* 7-pre3, improved failsafe functions */ { 0, 0 } }; |