mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
mkzenboot: reflect ZEN V target id change
Change-Id: I0bad98b43e1a23c9432f4bdfe78dc77ead7879a8
This commit is contained in:
parent
1b3ae498cd
commit
cddf388f76
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ static struct crypto_key_t zero_key =
|
|||
|
||||
static const struct imx_model_desc_t imx_models[] =
|
||||
{
|
||||
[MODEL_FUZEPLUS] = { "Fuze+", dualboot_fuzeplus, sizeof(dualboot_fuzeplus), "fuz+", 72,
|
||||
[MODEL_FUZEPLUS] = {"Fuze+", dualboot_fuzeplus, sizeof(dualboot_fuzeplus), "fuz+", 72,
|
||||
1, &zero_key, 0, 0x40000000 },
|
||||
[MODEL_ZENXFI2] = {"Zen X-Fi2", dualboot_zenxfi2, sizeof(dualboot_zenxfi2), "zxf2", 82,
|
||||
1, &zero_key, 0, 0x40000000 },
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ static const struct zen_model_desc_t zen_models[] =
|
|||
},
|
||||
[MODEL_ZENV] =
|
||||
{
|
||||
"Zen V", "zenv", 85, 0x61000000, dualboot_zenv, sizeof(dualboot_zenv)
|
||||
"Zen V", "zenv", 92, 0x61000000, dualboot_zenv, sizeof(dualboot_zenv)
|
||||
},
|
||||
[MODEL_ZENXFI] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue