From 70e2af230001f9eb8f42420ef093c9e15bea1eff Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 9 Mar 2015 15:31:06 +0100 Subject: 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 Signed-off-by: Otavio Salvador --- conf/machine/twr-vf65gs10.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/twr-vf65gs10.conf') 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 @@ #@TYPE: Machine #@NAME: Freescale Vybrid TWR-VF65GS10 -#@SOC: vf60 +#@SOC: VF610 #@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10 #@MAINTAINER: Anthony Felice include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa5.inc -SOC_FAMILY = "vf60" +SOC_FAMILY = "vf:vf60" PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys" -- cgit v1.2.3-54-g00ecf