From 22860a910a7ddbb9b811fce4cf971e097c8e6eac Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Fri, 11 Aug 2006 19:59:16 +0000 Subject: Fixed hold switch detection from bootloader when rockbox has been flashed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10533 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/iriver_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') 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; -- cgit v1.1