Skip to content

Commit

Permalink
[nrf fromlist] tfm: Remove limitation of enabling FP when build TF-M …
Browse files Browse the repository at this point in the history
…NS application

Remove limitation of enabling FP when building TF-M NS application.
FP support have been fixed in the tf-m-tests repository for NS
application.
Board support for NS executable may still be lacking for some boards.

Upstream PR: zephyrproject-rtos/zephyr#65537

Signed-off-by: Joakim Andersson <[email protected]>
  • Loading branch information
joerchan authored and rlubos committed Nov 23, 2023
1 parent 5ba9369 commit 90a72da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/core/aarch32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ choice

config FP_HARDABI
bool "Floating point Hard ABI"
# TF-M build system does not build the NS app and libraries correctly with Hard ABI.
# This limitation should be removed in the next TF-M synchronization.
depends on !TFM_BUILD_NS
help
This option selects the Floating point ABI in which hardware floating
point instructions are generated and uses FPU-specific calling
Expand Down

0 comments on commit 90a72da

Please sign in to comment.