1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Miika Pekkarinen 2006-08-11 19:59:16 +00:00
parent 3491147fd0
commit 22860a910a
2 changed files with 23 additions and 23 deletions

View file

@ -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;