From c56db9e4e6b7f171ef7039739f9825704378ad57 Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Tue, 13 Nov 2012 13:15:40 +0100 Subject: [PATCH] use hardfp as default version for this machine --- conf/machine/allwinner-a10.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/allwinner-a10.conf b/conf/machine/allwinner-a10.conf index 48ab4ea..e3f3a67 100644 --- a/conf/machine/allwinner-a10.conf +++ b/conf/machine/allwinner-a10.conf @@ -11,6 +11,8 @@ XSERVER = "xserver-xorg \ # Only has DVI connector for external screen GUI_MACHINE_CLASS = "bigscreen" +DEFAULTTUNE="cortexa8hf-neon" + require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux"