quickfix 2

Change-Id: I7a92c602d876ea51a969376abc8535b9fce2a362
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index a4e248f..69b3736 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -95,6 +95,9 @@
                       "-DTEST_S_IPC=OFF "
                       "-DEXTRA_S_TEST_SUITE_PATH=%(codebase_root_dir)s/platform/ext/target/arm/corstone1000/ci_regression_tests/ "),
 
+    # Platform Varients Support
+    "CFG0"         : "-DTFM_PLATFORM_VARIANT=0",
+
     # Extra test cases
     "TEST_CBOR"    : "-DTEST_NS_QCBOR=ON ",