rp2350: Specify profile for config_rp2350 and pp_test
The TFM_PROFILE needs to be set explicitly for this platform.
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I54683558e5c6fea1b7016e7c5118a4d4e147c25a
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 72fd068..c310dbd 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -352,9 +352,9 @@
# psoc64_GCC_2_RegS_RegNS_Release
("cypress/psoc64", "GCC_10_3", "2",
"RegS, RegNS", "OFF", "Release", False, "", ""),
- # rp2350_GCC_2_RegBL2_RegS_RegNS_Release_BL2
+ # rp2350_GCC_2_RegBL2_RegS_RegNS_Release_BL2_MEDIUM
("rpi/rp2350", "GCC_10_3", "2",
- "RegBL2, RegS, RegNS", "OFF", "Release", True, "", ""),
+ "RegBL2, RegS, RegNS", "OFF", "Release", True, "profile_medium", ""),
],
"invalid": _common_tfm_invalid_configs + []
}
@@ -1099,7 +1099,7 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["RelWithDebInfo", "Release"],
"with_bl2": [True],
- "profile": [""],
+ "profile": ["profile_medium"],
"extra_params": [""]
},
"common_params": _common_tfm_builder_cfg,