summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:37:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:37:20 +0100
commit8eb1fb3519b6c1ae6ddab114a7cdc86bb24da296 (patch)
treea85ef526dca96e6c12df5cc33c935b854d77fb93 /scripts
parentf55e379fca456444ade761358e8cce8657ea9672 (diff)
parent764f84809fedd39fca75e2c8731ab181a421fd5b (diff)
downloadbarebox-8eb1fb3519b6c1ae6ddab114a7cdc86bb24da296.tar.gz
barebox-8eb1fb3519b6c1ae6ddab114a7cdc86bb24da296.tar.xz
Merge branch 'for-next/vybrid'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/imx/imx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/imx/imx.c b/scripts/imx/imx.c
index fba049e78a..bf3a42fb29 100644
--- a/scripts/imx/imx.c
+++ b/scripts/imx/imx.c
@@ -231,6 +231,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[])