fix(ff-a): ivy doesn't support NPI
Don't expect the NPI ID to be reported over the
FFA_FEATURES interface for calls from EL0.
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I59227cc5c144478d053e2bfc33f4ceb3cfa0ca08
diff --git a/spm/cactus/cactus_main.c b/spm/cactus/cactus_main.c
index 1d5cd97..047566e 100644
--- a/spm/cactus/cactus_main.c
+++ b/spm/cactus/cactus_main.c
@@ -328,7 +328,7 @@
register_maintenance_interrupt_handlers();
/* Invoking self tests */
- ffa_tests(&mb);
+ ffa_tests(&mb, true);
cpu_feature_tests();
msg_loop: