Skip to content

Commit

Permalink
nrf_modem: Do not imply CONFIG_FPU
Browse files Browse the repository at this point in the history
Removes the imply FPU kconfig entry in NRF_MODEM.

Previously, this would fail linking when TFM was enabled, as that forces
FP_SOFTABI, which there is no binary for. The intent of the original
encourage FPU usage when available, but with TFM, this is no longer
valid.

Signed-off-by: Trond Einar Snekvik <[email protected]>
  • Loading branch information
trond-snekvik committed Apr 30, 2021
1 parent 485953d commit 15b1b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nrf_modem/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config NRF_MODEM
bool
imply FPU
imply FPU_SHARING

choice NRF_MODEM_BUILD_STRATEGY
Expand Down

0 comments on commit 15b1b4c

Please sign in to comment.