build_helper: Update tf-m-extras examples
Signed-off-by: Gergely Korcsák <gergely.korcsak@arm.com>
Change-Id: Ic5605417b35b09ed762d192c6e0982c0c74d3de1
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index d611a10..2a2bf35 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -608,7 +608,7 @@
"cmake_build_type": ["Release"],
"with_bl2": [True],
"profile": [""],
- "extra_params": ["EXAMPLE_VAD"]
+ "extra_params": ["EXTRAS_EXAMPLE_VAD"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -622,8 +622,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
- "profile": ["profile_small"],
- "extra_params": ["EXAMPLE_DMA350_CLCD"]
+ "profile": [""],
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_CLCD"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -637,8 +637,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
- "profile": ["profile_small"],
- "extra_params": ["EXAMPLE_DMA350_S"]
+ "profile": [""],
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_S"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -652,8 +652,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
- "profile": ["profile_small"],
- "extra_params": ["EXAMPLE_DMA350_NS"]
+ "profile": [""],
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_NS"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []
@@ -667,8 +667,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],
- "profile": ["profile_small"],
- "extra_params": ["EXAMPLE_DMA350_TRIGGER"]
+ "profile": [""],
+ "extra_params": ["EXTRAS_EXAMPLE_DMA350_TRIGGER"]
},
"common_params": _common_tfm_builder_cfg,
"invalid": _common_tfm_invalid_configs + []