fix(coverity/smp_mm): pass ENABLE_SVE_FOR_NS=0

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Ia4c2d30c634287822f28ed547944c6dd83eaae15
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index e349421..44574ef 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -110,7 +110,7 @@
     ARCH=aarch32 AARCH32_SP=sp_min ARM_XLAT_TABLES_LIB_V1=1 RECLAIM_INIT_CODE=0
 
 # SPM support based on Management Mode Interface Specification
-clean_build $fvp_common_flags SPM_MM=1 EL3_EXCEPTION_HANDLING=1
+clean_build $fvp_common_flags SPM_MM=1 EL3_EXCEPTION_HANDLING=1 ENABLE_SVE_FOR_NS=0
 
 # SPM support with TOS(optee) as SPM sitting at S-EL1
 clean_build $fvp_common_flags SPD=spmd SPMD_SPM_AT_SEL2=0
@@ -188,7 +188,7 @@
 # System Guidance for Infrastructure platform SGI575
 # Enable build config with RAS_EXTENSION to cover more files
 make $(common_flags) PLAT=sgi575 ${ARM_TBB_OPTIONS} EL3_EXCEPTION_HANDLING=1 FAULT_INJECTION_SUPPORT=1 \
-    HANDLE_EA_EL3_FIRST=1 RAS_EXTENSION=1 SDEI_SUPPORT=1 SPM_MM=1 all
+    HANDLE_EA_EL3_FIRST=1 RAS_EXTENSION=1 SDEI_SUPPORT=1 SPM_MM=1 ENABLE_SVE_FOR_NS=0 all
 
 #
 # System Guidance for Infrastructure platform RD-N1-Edge-Dual
@@ -562,7 +562,7 @@
 
 # QEMU with SPM support
 clean_build PLAT=qemu_sbsa $(common_flags) BL32=Makefile SPM_MM=1 \
-    EL3_EXCEPTION_HANDLING=1
+    EL3_EXCEPTION_HANDLING=1 ENABLE_SVE_FOR_NS=0
 
 # For hikey enable PMF to include all files in the platform port
 make PLAT=hikey $(common_flags) ${TBB_OPTIONS} ENABLE_PMF=1 all
@@ -574,7 +574,7 @@
 clean_build PLAT=uniphier $(common_flags) FIP_GZIP=1
 
 clean_build PLAT=synquacer $(common_flags) SPM_MM=1 \
-    EL3_EXCEPTION_HANDLING=1 PRELOADED_BL33_BASE=0x0
+    EL3_EXCEPTION_HANDLING=1 ENABLE_SVE_FOR_NS=0 PRELOADED_BL33_BASE=0x0
 
 # Support for SCP Message Interface protocol with platform specific drivers
 clean_build PLAT=synquacer $(common_flags) \