diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-18 14:42:54 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-29 16:14:23 -0300 |
commit | 13c91f33e30ab1c0d2a20e414753008bbdabca95 (patch) | |
tree | ec68c8e2f7a1a3e5b1d4e4259c5741286f0858d5 | |
parent | da315169beacaffa75ea2a035356540426e2cba0 (diff) | |
download | meta-fsl-arm-13c91f33e30ab1c0d2a20e414753008bbdabca95.tar.gz |
imx-base.inc: Set default tune of i.MX6 to use Hard Float-Point
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@ossystems.com.br>
-rw-r--r-- | conf/machine/include/imx-base.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ | |||
30 | # Ship kernel modules | 30 | # Ship kernel modules |
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | 31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
32 | 32 | ||
33 | # Float-Point setting | ||
34 | DEFAULTTUNE_mx6 ?= "cortexa9hf-neon" | ||
35 | |||
33 | # Firmware | 36 | # Firmware |
34 | MACHINE_FIRMWARE ?= "" | 37 | MACHINE_FIRMWARE ?= "" |
35 | MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q" | 38 | MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q" |