summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-11-20 15:26:02 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-11-21 18:51:40 +0100
commitac73d92c9000668cc95b12615142948481ef248a (patch)
tree385206ef10f640b41b1bcc9e613e6cafdcd4a01d /conf
parent2843421a4041d3fe3fe528e89636e45acd23271c (diff)
Machine: remove Colibri VF50, now unified with VF61
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-vf50.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/machine/colibri-vf50.conf b/conf/machine/colibri-vf50.conf
deleted file mode 100644
index 2fa4bbe..0000000
--- a/conf/machine/colibri-vf50.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-#@TYPE: Machine
-#@NAME: colibri_vf50 SOM powered by Freescale Vybrid family
-#@SOC: vf50
-#@DESCRIPTION: Toradex Colibri VF50
-
-#use hard float
-DEFAULTTUNE = "armv7ahf-neon"
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa5.inc
-
-#TODO
-SOC_FAMILY = "vf:vf60"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-vf"
-PREFERRED_PROVIDER_u-boot = "u-boot-colibri-vf"
-UBOOT_SUFFIX = "nand"
-UBOOT_MAKE_TARGET = ""
-UBOOT_MACHINE = "colibri_vf50_config"
-
-SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
-IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
-
-SERIAL_CONSOLE = "115200 ttymxc0"
-
-MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa touchscreen ethernet wifi bluetooth 3g"
-EXTRA_IMAGEDEPENDS += "u-boot" \ No newline at end of file