build_helper: Update profile for tf-m-extras examples

Signed-off-by: Gergely Korcsák <gergely.korcsak@arm.com>
Change-Id: Ic5605417b35b09ed762d192c6e0982c0c74d3de2
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,