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 <kumar.gala@linaro.org>
This commit is contained in:
parent
08e0d1ff46
commit
6abbed2975
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ config SOC
|
|||
string
|
||||
default "mcimx6x"
|
||||
|
||||
config FLOAT
|
||||
default y
|
||||
|
||||
if CLOCK_CONTROL
|
||||
|
||||
config CLOCK_CONTROL_IMX_CCM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue