Skip to content

Commit

Permalink
crypto: Widen filter to enable md_ext.c for nRF54H20 devices
Browse files Browse the repository at this point in the history
-This enabled md_ext.c for nRF54H20 (CPUAPP/CPURAD) to ensuce
 psa_can_do_hash and psa_can_do_cipher is available

Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
  • Loading branch information
frkv committed Sep 29, 2024
1 parent c016bc9 commit 0ec6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/nrf_security/src/legacy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif()
# There is a function expected to be built inside psa_crypto.c that is used
# by md. This makes MD not work with TF-M. Temporarily adding this check-function
# to a self-contained file an use this when PSA crypto is not built locally
if(CONFIG_BUILD_WITH_TFM)
if(CONFIG_BUILD_WITH_TFM OR CONFIG_SOC_NRF54H20_CPURAD OR CONFIG_SOC_NRF54H20_CPUAPP)
list(APPEND src_crypto_legacy
${CMAKE_CURRENT_LIST_DIR}/md_ext.c
)
Expand Down

0 comments on commit 0ec6c42

Please sign in to comment.