summaryrefslogtreecommitdiffstats
path: root/conf/machine/twr-vf65gs10.conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-03-09 15:31:06 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-03-12 05:27:26 -0300
commit70e2af230001f9eb8f42420ef093c9e15bea1eff (patch)
tree255a64e9f5e9cc416e90ad90428994d0e050e805 /conf/machine/twr-vf65gs10.conf
parent3db87399ddcb633ddfc6128214d57d333e20eda1 (diff)
downloadmeta-fsl-arm-70e2af230001f9eb8f42420ef093c9e15bea1eff.tar.gz
vf/twr-vf65gs10: add new SoC family "vf" for Vybrid in general
This patch introduces a new base SoC family "vf". The family includes all Freescale Vybrid SoC based modules, which is the single core (vf50/VF5xx) or dual core (vf60/VF6xx) variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/twr-vf65gs10.conf')
-rw-r--r--conf/machine/twr-vf65gs10.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
index 1f19dcb..21f189f 100644
--- a/conf/machine/twr-vf65gs10.conf
+++ b/conf/machine/twr-vf65gs10.conf
@@ -1,13 +1,13 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale Vybrid TWR-VF65GS10 2#@NAME: Freescale Vybrid TWR-VF65GS10
3#@SOC: vf60 3#@SOC: VF610
4#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10 4#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10
5#@MAINTAINER: Anthony Felice <tony.felice@timesys.com> 5#@MAINTAINER: Anthony Felice <tony.felice@timesys.com>
6 6
7include conf/machine/include/imx-base.inc 7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa5.inc 8include conf/machine/include/tune-cortexa5.inc
9 9
10SOC_FAMILY = "vf60" 10SOC_FAMILY = "vf:vf60"
11 11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys"
13 13