build_helper_config: Rename dma350_ns example

The dma350_ns example in the tf-m-extras repository was
renamed to clcd_example. Renamed the related configs here
to keep it in sync.

Change-Id: If1d7befdf074b7dc7b570c6d25e12bc35bb0e20f
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index d6a0c65..a57ad84 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -5,7 +5,7 @@
 
 __copyright__ = """
 /*
- * Copyright (c) 2022, Arm Limited. All rights reserved.
+ * Copyright (c) 2022-2023, Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  *
@@ -107,7 +107,7 @@
                                 "-DTFM_PARTITION_CRYPTO=ON -DTFM_PARTITION_INTERNAL_TRUSTED_STORAGE=ON "
                                 "-DTFM_PARTITION_PROTECTED_STORAGE=ON  -DMCUBOOT_CONFIRM_IMAGE=ON "),
     "EXAMPLE_DMA350_TRIGGER"  : ("-DNS_EVALUATION_APP_PATH=%(codebase_root_dir)s/../tf-m-extras/examples/corstone310_fvp_dma/triggering_example "),
-    "EXAMPLE_DMA350_NS"       : ("-DDEFAULT_NS_SCATTER=OFF -DPLATFORM_SVC_HANDLERS=ON "
-                                "-DNS_EVALUATION_APP_PATH=%(codebase_root_dir)s/../tf-m-extras/examples/corstone310_fvp_dma/dma350_ns "),
+    "EXAMPLE_DMA350_CLCD"     : ("-DDEFAULT_NS_SCATTER=OFF -DPLATFORM_SVC_HANDLERS=ON "
+                                "-DNS_EVALUATION_APP_PATH=%(codebase_root_dir)s/../tf-m-extras/examples/corstone310_fvp_dma/clcd_example "),
     "EXAMPLE_DMA350_S"        : "-DEXTRA_S_TEST_SUITE_PATH=%(codebase_root_dir)s/../tf-m-extras/examples/corstone310_fvp_dma/dma350_s"
 }
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index f567ff0..9240ba1 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -519,7 +519,7 @@
                 "invalid": _common_tfm_invalid_configs + []
                 }
 
-config_example_dma350_ns = {"seed_params": {
+config_example_dma350_clcd = {"seed_params": {
                 "tfm_platform":     ["arm/mps3/corstone310/fvp"],
                 "compiler":         ["GCC_10_3"],
                 "isolation_level":  ["2"],
@@ -528,7 +528,7 @@
                 "cmake_build_type": ["Release"],
                 "with_bl2":         [True],
                 "profile":          [""],
-                "extra_params":     ["EXAMPLE_DMA350_NS"]
+                "extra_params":     ["EXAMPLE_DMA350_CLCD"]
                 },
                 "common_params": _common_tfm_builder_cfg,
                 "invalid": _common_tfm_invalid_configs + []
@@ -1061,7 +1061,7 @@
                     # config groups for tf-m-extras examples
                     "example_vad": config_example_vad,
                     "example_dma350_trigger": config_example_dma350_trigger,
-                    "example_dma350_ns": config_example_dma350_ns,
+                    "example_dma350_clcd": config_example_dma350_clcd,
                     "example_dma350_s": config_example_dma350_s,
 
                     # config groups for debug