diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2007-01-12 20:45:37 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2007-01-12 20:45:37 +0000 |
| commit | 35b0c3f24f279eb8056e54094cb12310802f6709 (patch) | |
| tree | 6d62a43aaef81d9dd9cc6a17cebec79010b1ba9d /apps/plugins | |
| parent | 73cd9f3b63718d1fe927e7ef4294ed902e8a1b73 (diff) | |
| download | rockbox-35b0c3f24f279eb8056e54094cb12310802f6709.zip rockbox-35b0c3f24f279eb8056e54094cb12310802f6709.tar.gz rockbox-35b0c3f24f279eb8056e54094cb12310802f6709.tar.bz2 rockbox-35b0c3f24f279eb8056e54094cb12310802f6709.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c index 44bd9c7..29fa440 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 } }; |