summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/iriver_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c
index 44bd9c7f66..29fa440cbb 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)
344 344
345unsigned long valid_bootloaders[][2] = { 345unsigned long valid_bootloaders[][2] = {
346 /* Size-8 CRC32 */ 346 /* Size-8 CRC32 */
347 { 63844, 0x98c5027a }, /* 7-pre3, improved failsafe functions */ 347 { 63788, 0x08ff01a9 }, /* 7-pre3, improved failsafe functions */
348 { 0, 0 } 348 { 0, 0 }
349}; 349};
350 350