Switch OTP related config from ARMCLANG to GNUARM for test
Current OTP related config for test in Open CI would come into code size issue.
Config MUSCA_B1_ARMCLANG_PSA_3_REG_Debug_OTP_BL2_NS has been disabled in CI.
Switch the config from ARMCLANG to GNUARM to have an OTP related config tested.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ie6f8864695ccc44e7fa0732b7cabc5a45c6df450
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index f3cc435..e5a81cd 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -2762,7 +2762,7 @@
"monitor_timeout": 30,
"poweroff_timeout": 40,
"platforms": {"MUSCA_B1_OTP": ""},
- "compilers": ["ARMCLANG"],
+ "compilers": ["GNUARM"],
"build_types": ["Debug"],
"boot_types": ["BL2"],
"tests": {