summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-t20.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/colibri-t20.conf')
-rw-r--r--conf/machine/colibri-t20.conf32
1 files changed, 0 insertions, 32 deletions
diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf
deleted file mode 100644
index fd603b7..0000000
--- a/conf/machine/colibri-t20.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-#@TYPE: Machine
-#@NAME: colibri_t20
-#@DESCRIPTION: Toradex Colibri T20
-
-require conf/machine/include/tegra-base.inc
-
-SOC_FAMILY = "tegra:tegra2"
-
-KERNEL_IMAGETYPE = "zImage"
-
-# U-Boot expects the kernel directly in /boot of the rootfs
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image"
-
-UBOOT_MACHINE = "colibri_t20_defconfig"
-UBOOT_ENTRYPOINT = "0x00008000"
-
-PREFERRED_PROVIDER_lxde-icon-theme_colibri-t20 = "lxde-icon-theme"
-PREFERRED_PROVIDER_lxsession-lite_colibri-t20 = "lxsession"
-PREFERRED_PROVIDER_virtual/psplash = "psplash-angstrom"
-PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
-
-MACHINE_FEATURES = "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
-EXTRA_IMAGEDEPENDS += "u-boot"
-
-# used by sysvinit_2
-SERIAL_CONSOLE = "115200 ttyS0"
-
-# T20 does not have neon
-DEFAULTTUNE = "armv7athf"
-#choose a specific vfp, or we end up with the default vfpv2 optimization
-TUNE_CCARGS += "-mfpu=vfpv3-d16"
-require conf/machine/include/tune-cortexa9.inc