From 8caef68264f22efe95dafc1b74f190b4d37f1c28 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Mon, 16 Jun 2025 22:02:59 -0700 Subject: [PATCH] samples: tfm_psa_test: Set TFM_PROFILE TEST_PSA_API requires TFM_PROFILE to be set to "profile_large". Signed-off-by: Flavio Ceolin --- samples/tfm_integration/tfm_psa_test/prj.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tfm_integration/tfm_psa_test/prj.conf b/samples/tfm_integration/tfm_psa_test/prj.conf index bab1254229d..ba515d542c8 100644 --- a/samples/tfm_integration/tfm_psa_test/prj.conf +++ b/samples/tfm_integration/tfm_psa_test/prj.conf @@ -5,7 +5,7 @@ # CONFIG_BUILD_WITH_TFM=y -CONFIG_TFM_PROFILE_TYPE_NOT_SET=y +CONFIG_TFM_PROFILE_TYPE_LARGE=y CONFIG_TFM_USE_NS_APP=y CONFIG_QEMU_ICOUNT_SHIFT=1