summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2014-12-01 16:03:13 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-02 19:13:40 -0200
commit61a2e9923e7e3c11c526ebf502bcc1962b9aaeef (patch)
tree3f7a0d0f670a7fb52547cf0c460bb68e1ce567cc
parent833c0f215cbf2a03dc9ed7bf5ecbcab27741a805 (diff)
downloadmeta-fsl-arm-61a2e9923e7e3c11c526ebf502bcc1962b9aaeef.tar.gz
imx-base: Add comment on how to enable SFP
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@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 998d72d..ed05897 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -34,6 +34,9 @@ PREFERRED_VERSION_directfb_mx6 = "1.7.1"
34MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" 34MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
35 35
36# Float-Point setting 36# Float-Point setting
37# handled by software
38# DEFAULTTUNE_mx6 ?= "cortexa9-neon"
39# handled by hardware
37DEFAULTTUNE_mx6 ?= "cortexa9hf-neon" 40DEFAULTTUNE_mx6 ?= "cortexa9hf-neon"
38 41
39# Sub-architecture support 42# Sub-architecture support