Removes profile small from Misra configs
Change-Id: If47b92c1d4cc88fa9c1dc8863e1bf854dc63e7cf
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index b29b2c2..f501ac7 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -681,7 +681,7 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Debug"],
"with_bl2": [True],
- "profile": ["profile_small", "profile_medium_arotless"],
+ "profile": ["profile_medium_arotless"],
"extra_params": ["PSOFF"]
},
"common_params": _common_tfm_builder_cfg,