Build: Turn off BL2 for NXP LPCxpresso55S69 platform

Turn off BL2 temporary, since there is an oversize issue [1]

[1]: https://linaro.atlassian.net/browse/TFC-194

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: If0d63a0f1f7af99019d38cd58dae1293eacf73db
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index ab9c722..89f7af3 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -231,7 +231,9 @@
     ("nxp/lpcxpresso55s69", "*", "*", "*", "*", "*", "*",  "*", "*", "*", "profile_small", "*", "*", "*"),
     ("nxp/lpcxpresso55s69", "*", "*", "*", "*", "*", "*",  "*", "*", "*", "profile_large", "*", "*", "*"),
     # nxp/lpcxpresso55s69 have to turn off BL2 when build regression test
-    ("nxp/lpcxpresso55s69", "*", "*", "*", "True", "*", "*",  "*", "True", "*", "*", "*", "*", "*"),
+    ("nxp/lpcxpresso55s69", "*", "*", "*", True, "*", "*",  "*", True, "*", "*", "*", "*", "*"),
+    # nxp/lpcxpresso55s69 turn off BL2 temporary, due to the oversize error
+    ("nxp/lpcxpresso55s69", "*", "*", "*", "*", "*", "*",  "*", True, "*", "*", "*", "*", "*"),
     # NSID does not support multi core
     ("cypress/psoc64", "*", "*", "*", "*", "*", "*",  "*", "*", "*", "*", "*", "ON", "*"),
     ]
@@ -420,7 +422,7 @@
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Relwithdebinfo"],
                 "with_otp":         ["off"],
-                "with_bl2":         [True, False],
+                "with_bl2":         [False],
                 "with_ns":          [True],
                 "profile":          ["profile_medium"],
                 "partition_ps":     ["ON"],
@@ -1004,7 +1006,7 @@
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Relwithdebinfo"],
                 "with_otp":         ["off"],
-                "with_bl2":         [True, False],
+                "with_bl2":         [False],
                 "with_ns":          [True],
                 "profile":          ["profile_medium"],
                 "partition_ps":     ["ON"],