Skip to content

Commit 90a72da

Browse files
joerchanrlubos
authored andcommitted
[nrf fromlist] tfm: Remove limitation of enabling FP when build TF-M 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]>
1 parent 5ba9369 commit 90a72da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/core/aarch32/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ choice
264264

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

0 commit comments

Comments
 (0)