Revert "Workaround: Disable AN521_ARMCLANG_IPC_1_STORAGE_Debug_BL2_NS"
The defect has been addressed. Test pass with the latest TF-M.
Revert the workaround patch to re-enable the config.
This reverts commit 797d19b508d3bebc801b4b86b2da306ef03f4138.
Change-Id: Id38c9d08da425b0b27d37cf7a3c6ae4c2f5ac694
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 29640a1..8adf2e9 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -159,9 +159,6 @@
# List of all build configs that are impossible under all circumstances
_common_tfm_invalid_configs = [
- # AN521_ARMCLANG_IPC_1_STORAGE_Debug_BL2_NS does not work as expected with ARMCLANG v6.13
- ("arm/mps2/an521", "toolchain_ARMCLANG.cmake", False, "1", False, "STORAGE",
- "Debug", "off", True, True, "", "ON", ""),
# LR_CODE size exceeds limit on MUSCA_B1 & MUSCA_S1 with regression tests in Debug mode built with ARMCLANG
("arm/musca_b1/sse_200", "toolchain_ARMCLANG.cmake", "*", "*", True, "OFF", "Debug", "*", "*", "*", "", "*", "*"),
("arm/musca_s1", "toolchain_ARMCLANG.cmake", "*", "*", True, "OFF", "Debug", "*", "*", "*", "", "*", "*"),