summaryrefslogtreecommitdiffstats
path: root/conf
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:15:51 -0200
commitbeb1883acd6826e5b347b59c7eee1e7e748a0f6b (patch)
tree7e52c7d1249ac898290f21d4b061687f9384595f /conf
parent533fedd236cd813214c5c7b2915472d6074bf688 (diff)
downloadmeta-fsl-arm-beb1883acd6826e5b347b59c7eee1e7e748a0f6b.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>
Diffstat (limited to 'conf')
-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 301cd5c..b4aecc0 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -36,6 +36,9 @@ PREFERRED_VERSION_directfb-examples_mx6 = "1.6.0"
36MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" 36MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
37 37
38# Float-Point setting 38# Float-Point setting
39# handled by software
40# DEFAULTTUNE_mx6 ?= "cortexa9-neon"
41# handled by hardware
39DEFAULTTUNE_mx6 ?= "cortexa9hf-neon" 42DEFAULTTUNE_mx6 ?= "cortexa9hf-neon"
40 43
41# Sub-architecture support 44# Sub-architecture support