summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/twr-vf65gs10.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
index 45c9232..40a98c0 100644
--- a/conf/machine/twr-vf65gs10.conf
+++ b/conf/machine/twr-vf65gs10.conf
@@ -2,19 +2,19 @@
2#@NAME: Freescale Vybrid TWR-VF65GS10 2#@NAME: Freescale Vybrid TWR-VF65GS10
3#@SOC: VF610 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: Stefan Agner <stefan.agner@toradex.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 = "vf:vf60" 10SOC_FAMILY = "vf:vf60"
11 11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-timesys" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
13PREFERRED_PROVIDER_virtual/kernel-module-mcc ?= "kernel-module-mcc"
14PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev ?= "kernel-module-mcc"
15 13
16UBOOT_MACHINE = "vf610twr_config" 14UBOOT_MACHINE = "vf610twr_config"
17 15
16KERNEL_DEVICETREE = "vf610-twr.dtb"
17
18SERIAL_CONSOLE = "115200 ttyLP1" 18SERIAL_CONSOLE = "115200 ttyLP1"
19 19
20MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 20MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"