Hi Tim,

On Tue, Feb 25, 2014 at 08:10:29AM -0800, Tim Harvey wrote:
> The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which
> in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration.
> As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu
> to the feature list.  This will default the IMX6 target to use 
> -mfloat-abi=hard
> which will the be most efficient use of floating point.
> 
> When switching to hard float, we also need to enable VFP support in the 
> kernel.
> 
> Signed-off-by: Tim Harvey <thar...@gateworks.com>
> ---
>  target/linux/imx6/Makefile    | 2 +-
>  target/linux/imx6/config-3.10 | 5 +++--
>  2 files changed, 4 insertions(+), 3 deletions(-)

Applied in r39759 with addition to 3.13 kernel config. Thanks!

Luka
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to