RSE: Disable invalid build configuration

Currently, BL1_1 tests only support symmetric provisioning. Disable the
invalid configuration of both BL1_1 tests and asymmetric provisioning
being enabled.

Change-Id: Ie258bf4f3e242f53f62cc27b5925c7ce9dbacc38
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 332eae2..1eb8b1b 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -1020,6 +1020,9 @@
                     # BL2 is too large for RSE in Debug builds with tests
                     ("arm/rse/tc/tc4", "GCC_10_3", "*", "RegBL2, RegS, RegNS", "*",
                      "Debug", True, "*", "*"),
+                    # BL1_1 tests only support symmetric provisioning config
+                    ("arm/rse/tc/tc4", "*", "*", "RegBL1_1", "*",
+                     "*", True, "*", "RSE_PROVISIONING_ASYMMETRIC"),
                 ]
                 }