From 7c650e1d8ca84359bbd088a15deecfbc8f78c643 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 18 Mar 2015 11:08:13 +0100 Subject: [PATCH] pcl052: pcm052: quartz: add base SOC_FAMILY vf Add new base SOC_FAMILY vf. Signed-off-by: Stefan Agner Signed-off-by: Otavio Salvador --- conf/machine/pcl052.conf | 2 +- conf/machine/pcm052.conf | 2 +- conf/machine/quartz.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/pcl052.conf b/conf/machine/pcl052.conf index 611e93d..cc6f9af 100644 --- a/conf/machine/pcl052.conf +++ b/conf/machine/pcl052.conf @@ -7,7 +7,7 @@ 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" PREFERRED_PROVIDER_u-boot = "u-boot-timesys" diff --git a/conf/machine/pcm052.conf b/conf/machine/pcm052.conf index d86fdb0..b57e477 100644 --- a/conf/machine/pcm052.conf +++ b/conf/machine/pcm052.conf @@ -7,7 +7,7 @@ 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" PREFERRED_PROVIDER_u-boot = "u-boot-timesys" diff --git a/conf/machine/quartz.conf b/conf/machine/quartz.conf index 55bd47a..7762fc0 100644 --- a/conf/machine/quartz.conf +++ b/conf/machine/quartz.conf @@ -7,7 +7,7 @@ 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" PREFERRED_PROVIDER_u-boot = "u-boot-timesys"