Adjusted the max/min sizes for the iriver scrambler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5688 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
599b0ff0b1
commit
8d5c168f7f
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ const char * const models[] = { "iHP-100", "iHP-120/iHP-140", "H300 series",
|
|||
NULL };
|
||||
|
||||
/* aligns with models array; expected min firmware size */
|
||||
const unsigned int firmware_minsize[] = { 1000000, 1000000, 2000000 };
|
||||
const unsigned int firmware_minsize[] = { 0x100000, 0x100000, 0x200000 };
|
||||
/* aligns with models array; expected max firmware size */
|
||||
const unsigned int firmware_maxsize[] = { 2000000, 2000000, 4000000 };
|
||||
const unsigned int firmware_maxsize[] = { 0x200000, 0x200000, 0x400000 };
|
||||
|
||||
const unsigned char header[][16] = {
|
||||
{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 },
|
||||
|
|
Loading…
Reference in a new issue