Skip to content

Commit 670c06a

Browse files
Vge0rgecarlescufi
authored andcommitted
nrf_security: Avoid including tfm_builtin_key_loader.h
The tfm_builtin_key_loader.h defines the symbol: TFM_BUILTIN_KEY_LOADER_KEY_LOCATION which is also defined in the tfm_builtin_key_ids.h when Cracen is enabled. To avoid this remove including the default key loader and only keep the Cracen one. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 7f7a152 commit 670c06a

File tree

1 file changed

+0
-4
lines changed
  • subsys/nrf_security/src/drivers/cracen/cracenpsa/include

1 file changed

+0
-4
lines changed

subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
#include "cracen_psa_key_ids.h"
1919
#include "sxsymcrypt/keyref.h"
2020

21-
#ifdef __NRF_TFM__
22-
#include <tfm_builtin_key_loader.h>
23-
#endif
24-
2521
/**
2622
* See "PSA Cryptography API" for documentation.
2723
*/

0 commit comments

Comments
 (0)