CONFIGS: Removes M2354 from all platform tests
Temporarily removes this platform as it is failing to build, until a fix
is issued.
Change-Id: Ic7ccde96c79200c77b74c91da892253d70ad88af
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index e4609cd..1c5c8a4 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -501,9 +501,9 @@
## M2351_GCC_1_Release_BL2_NSOFF
#("nuvoton/m2351", "GCC_13_2", "1",
# "OFF", "OFF", "Release", True, "", "NSOFF"),
- # M2354_GCC_1_Debug_BL2_NSOFF
- ("nuvoton/m2354", "GCC_13_2", "1",
- "OFF", "OFF", "Debug", True, "", "NSOFF"),
+ ## M2354_GCC_1_Debug_BL2_NSOFF
+ #("nuvoton/m2354", "GCC_13_2", "1",
+ # "OFF", "OFF", "Debug", True, "", "NSOFF"),
# lpcxpresso55s69_GCC_2_RegS_RegNS_Relwithdebinfo_MEDIUM
("nxp/lpcxpresso55s69", "GCC_13_2", "2",
"RegS, RegNS", "OFF", "Relwithdebinfo", False, "profile_medium", ""),