[meta-freescale] [meta-fsl-arm PATCH 09/11] imx-base.inc: Set default tune of i.MX6 to use Hard Float-Point

Otavio Salvador otavio at ossystems.com.br
Sat Aug 24 10:44:22 PDT 2013


The default now is to use Hard Float-Point to every i.MX6 SoC but it
is very easy to change back to Soft Float-Point, if it is the case,
you can set:

,----[ Soft Float-Point setting ]
| DEFAULTTUNE_mx6 = "cortexa9-neon"
`----

In your local.conf or machine board file.

Change-Id: I8379dd95cbd0ab9b9ae61ffe8e173f8b0b7db9ae
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/include/imx-base.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 5d6243a..d8d0771 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -30,6 +30,9 @@ XSERVER = "xserver-xorg \
 # Ship kernel modules
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 
+# Float-Point setting
+DEFAULTTUNE_mx6 ?= "cortexa9hf-neon"
+
 # Firmware
 MACHINE_FIRMWARE ?= ""
 MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q"
-- 
1.8.4.rc1




More information about the meta-freescale mailing list