RSE: Add back TC4 Debug build

Note that we remove the RegBL1_1 from this configuration as BL1_1 tests
have not yet been fixed and are expected to fail.

Change-Id: I9e5be4552fe26d361515ed0b0c791040fe5de425
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 e6eef5d..cebd505 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -401,9 +401,9 @@
                     # RSE_TC4_GCC_3_RegS_RegNS_Release_BL2_RSE_PROVISIONING_ASYMMETRIC
                     ("arm/rse/tc/tc4", "GCC_10_3", "3",
                      "RegS, RegNS", "OFF", "Release", True, "", "RSE_PROVISIONING_ASYMMETRIC"),
-                    # RSE_TC4_GCC_2_RegBL1_1_Debug_BL2
-                    #("arm/rse/tc/tc4", "GCC_10_3", "2",
-                    # "RegBL1_1", "OFF", "Debug", True, "", ""),
+                    # RSE_TC4_GCC_2_Debug_BL2
+                    ("arm/rse/tc/tc4", "GCC_10_3", "2",
+                    "OFF", "OFF", "Debug", True, "", ""),
                     # RSE_TC4_GCC_2_Release_BL2_ATTESTATION_SCHEME_CCA
                     #("arm/rse/tc/tc4", "GCC_10_3", "2",
                     # "OFF", "OFF", "Release", True, "", "ATTESTATION_SCHEME_CCA"),