summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-17 18:59:52 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:58 +0200
commit6728afa35807b459df1f2f7e0723afdb35ef778b (patch)
tree1fbf71de0bd6061816511c31ac848028cc8012d3 /conf
parentf4114ce5f1dc33cc35ec0d7a2e282505dad7a2b9 (diff)
define the vfp variant to be used
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-t20.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf
index 46d24e0..19c01b8 100644
--- a/conf/machine/colibri-t20.conf
+++ b/conf/machine/colibri-t20.conf
@@ -35,4 +35,6 @@ IMAGE_FSTYPES ?= "tar.bz2"
# T20 does not have neon
#DEFAULTTUNE = "cortexa9"
DEFAULTTUNE = "cortexa9hf"
+#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