Workaround: Disable Isolation Level 1 on PSoC64

There is a known issue with L1 test on PSoC64.
It can be reproduced with both GCC & ARMCLANG.
Disable all L1 configs on PSoC64 for the time being.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I81eceb32c098e0a20c188c4b7031a80765383b4e
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index d50fb84..603a40c 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -200,8 +200,8 @@
     ("cypress/psoc64", "*", "*", "*", "*", "*", "*", "*", True, "*", "*", "*", "*"),
     # psoc64 does not support Debug build type
     ("cypress/psoc64", "*", "*", "*", "*", "*", "Debug", "*", "*", "*", "*", "*", "*"),
-    # PSoC64 platform got issue on regression level one test with GNUARM toolchain, disable it as a workaround
-    ("cypress/psoc64", "toolchain_GNUARM.cmake", "*", "1", "*", "*", "*", "*", "*", "*", "*", "*", "*"),
+    # PSoC64 platform got issue on level one test, disable it as a workaround
+    ("cypress/psoc64", "*", "*", "1", "*", "*", "*", "*", "*", "*", "*", "*", "*"),
     # Musca b1 SSE 200 does not support Profile S
     ("arm/musca_b1/sse_200", "*", "*", "*", "*", "*", "*", "*", "*", "*", "profile_small", "*", "*"),
     # Musca B1 Secure Enclave requires IPC model, BL2, and supports only Isolation Level 1