Update Invalid Configs
PARTITION_PS could only be OFF with Profile S.
Change-Id: Id3580d2498a369658232728214853107f7b9e57f
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 5e762f9..a95295a 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -160,9 +160,10 @@
("cypress/psoc64", "*", "*", "*", "*", "*", "*", "*", True, "*", "*", "*"),
# Musca b1 does not support Profile S
("musca_b1", "*", "*", "*", "*", "*", "*", "*", "*", "*", "profile_small", "*"),
- # PARTITION_PS could only be OFF for Profile M
+ # PARTITION_PS could be OFF only for Profile S and M
("*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "", "OFF"),
- ("*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "profile_small", "OFF"),
+ # PARTITION_PS should be OFF for Profile S
+ ("*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "profile_small", "ON"),
# Proile M only support for PSA_API
("*", "*", False, "*", "*", "*", "*", "*", "*", "*", "profile_medium", "*"),
# Profile M only support for Isolation Level 2