[meta-freescale] [meta-fsl-arm][PATCH] imx-base: Add comment on how to enable SFP

Daiane Angolini daiane.angolini at freescale.com
Mon Dec 1 10:03:13 PST 2014


How to enable the software float point is a frequent question.

Add this comment makes it clear how to enable both SFP and HFP and can
be used whether to found in a search or to be a direct link to be used
as a quick reply.

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 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 83476bc..5c9b833 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -32,6 +32,9 @@ XSERVER = "xserver-xorg \
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 
 # Float-Point setting
+# handled by software
+# DEFAULTTUNE_mx6 ?= "cortexa9-neon"
+# handled by hardware
 DEFAULTTUNE_mx6 ?= "cortexa9hf-neon"
 
 # Sub-architecture support
-- 
1.9.1



More information about the meta-freescale mailing list