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 40c9a29..f919a0d 100644 --- a/apps/plugins/iriver_flash.c +++ b/apps/plugins/iriver_flash.c @@ -404,7 +404,7 @@ int flash_bootloader(const char *filename) rb->snprintf(buf, sizeof buf, "crc32 = 0x%08x", crc32); rb->splash(HZ*10, true, buf); #else - if (crc32 != 0xa930906d) + if (crc32 != 0x77395351) { rb->splash(HZ*3, true, "Untested bootloader"); return -2; |