From d72301826ee9770964398486e48b5104d4ea07f8 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 9 Nov 2016 08:13:52 -0800 Subject: i.MX: scripts: Add "vf610" soc to imx-image Needed in order to support Vybrid SoCs. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- scripts/imx/imx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/imx/imx.c b/scripts/imx/imx.c index c8ee3091e0..bd48321f1f 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[]) -- cgit v1.2.3