From 6728afa35807b459df1f2f7e0723afdb35ef778b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 17 Oct 2012 18:59:52 +0200 Subject: define the vfp variant to be used --- conf/machine/colibri-t20.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3