From 35b0c3f24f279eb8056e54094cb12310802f6709 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Fri, 12 Jan 2007 20:45:37 +0000 Subject: Updated bootloader for H120/H140 and entirely disabled flashing code for H100 until somebody tests it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11993 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/iriver_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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) unsigned long valid_bootloaders[][2] = { /* Size-8 CRC32 */ - { 63844, 0x98c5027a }, /* 7-pre3, improved failsafe functions */ + { 63788, 0x08ff01a9 }, /* 7-pre3, improved failsafe functions */ { 0, 0 } }; -- cgit v1.2.3