From 7207bd861976c1224039088ec6ef2381fae10ee2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 16 Oct 2013 12:31:20 +0200 Subject: 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) --- conf/machine/colibri-vf50.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3