summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-16 12:31:20 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-16 12:31:20 +0200
commitd4b41fd08e51d88e96d3a9c1672f4fcb41aeccb5 (patch)
tree24a581b48f8b76a7dfa81f7cb518e8b5b4b5d9ae /conf
parentaaed099138dbf13e9dffcc89f47df08130fb08dd (diff)
machines: T30 and VF50 consitstently use NEON and hard float
- Colibri T30 and Apalis T30 changed to NEON - Colibri VF50 changed to hard float This makes packages built for T30 incompatible with Colibri T20 (but Colibri T20 packages can still be used on T30)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-t30.conf5
-rw-r--r--conf/machine/colibri-t30.conf5
-rw-r--r--conf/machine/colibri-vf50.conf2
3 files changed, 4 insertions, 8 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
index 0ea77d4..adf30fc 100644
--- a/conf/machine/apalis-t30.conf
+++ b/conf/machine/apalis-t30.conf
@@ -36,8 +36,5 @@ EXTRA_IMAGEDEPENDS += "u-boot"
SERIAL_CONSOLE = "115200 ttyS0"
IMAGE_FSTYPES ?= "tar.bz2"
-# T20 does not have neon, so at the moment we also do not compile for neon on T30
-DEFAULTTUNE = "armv7ahf"
-#choose a specific vfp, or we end up with the default vfpv2 optimization
-TUNE_CCARGS += "-mfpu=vfpv3-d16"
+DEFAULTTUNE = "armv7ahf-neon"
require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/colibri-t30.conf b/conf/machine/colibri-t30.conf
index ff8f83d..3118b0d 100644
--- a/conf/machine/colibri-t30.conf
+++ b/conf/machine/colibri-t30.conf
@@ -36,8 +36,5 @@ EXTRA_IMAGEDEPENDS += "u-boot"
SERIAL_CONSOLE = "115200 ttyS0"
IMAGE_FSTYPES ?= "tar.bz2"
-# T20 does not have neon, so at the moment we also do not compile for neon on T30
-DEFAULTTUNE = "armv7ahf"
-#choose a specific vfp, or we end up with the default vfpv2 optimization
-TUNE_CCARGS += "-mfpu=vfpv3-d16"
+DEFAULTTUNE = "armv7ahf-neon"
require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/colibri-vf50.conf b/conf/machine/colibri-vf50.conf
index c482ca5..422e18a 100644
--- a/conf/machine/colibri-vf50.conf
+++ b/conf/machine/colibri-vf50.conf
@@ -3,6 +3,8 @@
#@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