diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-11-20 10:32:41 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-11-21 18:48:16 +0100 |
commit | 972142d14fc6155c9e1b47c2704f79a42686b239 (patch) | |
tree | 27c37d82c59e622fd4dd3544b872d5406dbd1636 | |
parent | 789432b52eff002a9e9bce2b28e3ea54a44168fe (diff) |
Vybrid: add 'vf' to SOC_FAMILY
-rw-r--r-- | conf/machine/colibri-vf50.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-vf50.conf b/conf/machine/colibri-vf50.conf index 422e18a..2fa4bbe 100644 --- a/conf/machine/colibri-vf50.conf +++ b/conf/machine/colibri-vf50.conf @@ -9,7 +9,7 @@ include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa5.inc #TODO -SOC_FAMILY = "vf60" +SOC_FAMILY = "vf:vf60" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-vf" PREFERRED_PROVIDER_u-boot = "u-boot-colibri-vf" |