From 6abbed2975a0a3400658819a051e2ae81700c342 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 16 Apr 2019 10:20:45 -0500 Subject: [PATCH] soc: arm: mcimx6x_m4: Floating Point support required by default The HAL/SDK code for imx6sx utilizes floating point support in CCM_ANALOG_GetPllFreq function which is utilized by drivers to determine clock information. As such we should enable hardware FP support by default so we don't get pure soft-float emulation and pull in a bunch of extra code. Signed-off-by: Kumar Gala --- soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4 b/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4 index 9a2c7a93e52..0529044192e 100644 --- a/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4 +++ b/soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4 @@ -11,6 +11,9 @@ config SOC string default "mcimx6x" +config FLOAT + default y + if CLOCK_CONTROL config CLOCK_CONTROL_IMX_CCM