Needed in order to support Vybrid SoCs.

Signed-off-by: Andrey Smirnov <[email protected]>
---
 scripts/imx/imx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/imx/imx.c b/scripts/imx/imx.c
index c8ee309..bd48321 100644
--- a/scripts/imx/imx.c
+++ b/scripts/imx/imx.c
@@ -223,6 +223,7 @@ static struct soc_type socs[] = {
        { .name = "imx51", .header_version = 1, .cpu_type = IMX_CPU_IMX51 },
        { .name = "imx53", .header_version = 2, .cpu_type = IMX_CPU_IMX53 },
        { .name = "imx6", .header_version = 2, .cpu_type = IMX_CPU_IMX6 },
+       { .name = "vf610", .header_version = 2, .cpu_type = IMX_CPU_VF610 },
 };
 
 static int do_soc(struct config_data *data, int argc, char *argv[])
-- 
2.5.5


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to