From b2b4f546b81f735aa29055c562862f0ba916f837 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 31 Jul 2016 13:01:40 +0200 Subject: colibri-imx7: machine conf moved to meta-fsl-arm-extra Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- conf/machine/colibri-imx7.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 conf/machine/colibri-imx7.conf diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf deleted file mode 100644 index ea337b0..0000000 --- a/conf/machine/colibri-imx7.conf +++ /dev/null @@ -1,31 +0,0 @@ -#@TYPE: Machine -#@NAME: Toradex Colibri iMX7D -#@SOC: i.MX7D -#@DESCRIPTION: Machine configuration for Toradex Colibri iMX7 SOM -#@MAINTAINER: Max Krummenacher - -include conf/machine/include/imx-base.inc -include conf/machine/include/tune-cortexa7.inc - -SOC_FAMILY = "mx7" - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" -KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE += "imx7d-colibri-eval-v3.dtb imx7s-colibri-eval-v3.dtb" - -# U-Boot of our newer release read the Kernel and device tree from static UBI -# volumes, hence no need to deploy the kernel binary in the image itself -RDEPENDS_kernel-base = "" - -PREFERRED_PROVIDER_u-boot = "u-boot-toradex" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" -# U-Boot NAND binary includes 0x400 padding required for NAND boot -UBOOT_BINARY = "u-boot-nand.imx" -UBOOT_MAKE_TARGET = "u-boot-nand.imx" -UBOOT_MACHINE = "colibri_imx7_defconfig" - -IMAGE_FSTYPES = "tar.bz2 sdcard" - -SERIAL_CONSOLE = "115200 ttymxc0" - -MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g" -- cgit v1.2.3