summaryrefslogtreecommitdiff
path: root/apps/plugins/iriver_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/iriver_flash.c')
-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 40c9a2979b..f919a0d25c 100644
--- a/apps/plugins/iriver_flash.c
+++ b/apps/plugins/iriver_flash.c
@@ -404,7 +404,7 @@ int flash_bootloader(const char *filename)
404 rb->snprintf(buf, sizeof buf, "crc32 = 0x%08x", crc32); 404 rb->snprintf(buf, sizeof buf, "crc32 = 0x%08x", crc32);
405 rb->splash(HZ*10, true, buf); 405 rb->splash(HZ*10, true, buf);
406#else 406#else
407 if (crc32 != 0xa930906d) 407 if (crc32 != 0x77395351)
408 { 408 {
409 rb->splash(HZ*3, true, "Untested bootloader"); 409 rb->splash(HZ*3, true, "Untested bootloader");
410 return -2; 410 return -2;