forked from len0rd/rockbox
mkimxboot: fix strange MD5 sum about ZEN X-Fi3
This old sum didn't match the US or EU 1.00.25 version and the actual ones were missing. Change-Id: I942641e5f367ab45794cb93a8b26b87962172216
This commit is contained in:
parent
11d73e177b
commit
1b3ae498cd
1 changed files with 6 additions and 1 deletions
|
|
@ -130,9 +130,14 @@ static const struct imx_md5sum_t imx_sums[] =
|
|||
MODEL_ZENXFI3, "a5114cd45ea4554ec221f51a71083862", "1.00.22e",
|
||||
{ [VARIANT_DEFAULT] = {0, 18110576} }
|
||||
},
|
||||
{
|
||||
/* Version 1.00.25 */
|
||||
MODEL_ZENXFI3, "a41a3a78f86a4ac2879d194c6d528059", "1.00.25",
|
||||
{ [VARIANT_DEFAULT] = {0, 18110576 } }
|
||||
},
|
||||
{
|
||||
/* Version 1.00.25e */
|
||||
MODEL_ZENXFI3, "7aa036a349feb93d2ec397b1149c9260", "1.00.25e",
|
||||
MODEL_ZENXFI3, "c180f57e2b2d62620f87a1d853f349ff", "1.00.25e",
|
||||
{ [VARIANT_DEFAULT] = {0, 18110576 } }
|
||||
},
|
||||
/** Zen X-Fi Style */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue