Merge "build_helper: Update profile for tf-m-extras examples" into benbal
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 99caf68..d611a10 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -622,7 +622,7 @@
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Release"],
                 "with_bl2":         [True],
-                "profile":          [""],
+                "profile":          ["profile_small"],
                 "extra_params":     ["EXAMPLE_DMA350_CLCD"]
                 },
                 "common_params": _common_tfm_builder_cfg,
@@ -637,7 +637,7 @@
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Release"],
                 "with_bl2":         [True],
-                "profile":          [""],
+                "profile":          ["profile_small"],
                 "extra_params":     ["EXAMPLE_DMA350_S"]
                 },
                 "common_params": _common_tfm_builder_cfg,
@@ -652,7 +652,7 @@
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Release"],
                 "with_bl2":         [True],
-                "profile":          [""],
+                "profile":          ["profile_small"],
                 "extra_params":     ["EXAMPLE_DMA350_NS"]
                 },
                 "common_params": _common_tfm_builder_cfg,
@@ -667,7 +667,7 @@
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Release"],
                 "with_bl2":         [True],
-                "profile":          [""],
+                "profile":          ["profile_small"],
                 "extra_params":     ["EXAMPLE_DMA350_TRIGGER"]
                 },
                 "common_params": _common_tfm_builder_cfg,