summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-01-12 20:45:37 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-01-12 20:45:37 +0000
commit35b0c3f24f279eb8056e54094cb12310802f6709 (patch)
tree6d62a43aaef81d9dd9cc6a17cebec79010b1ba9d /apps/plugins
parent73cd9f3b63718d1fe927e7ef4294ed902e8a1b73 (diff)
downloadrockbox-35b0c3f24f279eb8056e54094cb12310802f6709.tar.gz
rockbox-35b0c3f24f279eb8056e54094cb12310802f6709.zip
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
Diffstat (limited to 'apps/plugins')
-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