mkzenboot: reflect ZEN V target id change

Change-Id: I0bad98b43e1a23c9432f4bdfe78dc77ead7879a8
This commit is contained in:
Amaury Pouly 2014-01-21 19:01:08 +01:00
parent 1b3ae498cd
commit cddf388f76
2 changed files with 2 additions and 2 deletions

View file

@ -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 },

View file

@ -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] =
{