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
commit6c39544c1f817a0719da01e11d42c62f44bf2375 (patch)
tree99373191c5632ccb784f215bcd160e9f819c309f /conf
parent766f7597648f034cc6fbc0082413db3f1b103b5f (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