project: fsm9010: Disable scm armv8 calls

LK makes a call into TZ with armv8 scm format to determine if armv8  scm is
supported, since this is not supported for fsm targets scm initialization
failure messages are printed in the logs. Add a compile time flag to disable
armv8 scm style calls to avoid these error messages.

Change-Id: I19c2ee3d513e991c0fe4ffaa18de284832ff9b3d
diff --git a/project/fsm9010.mk b/project/fsm9010.mk
index 7759f73..d3d0262 100644
--- a/project/fsm9010.mk
+++ b/project/fsm9010.mk
@@ -23,6 +23,7 @@
 #DEFINES += MMC_BOOT_BAM=1
 DEFINES += CRYPTO_BAM=1
 DEFINES += CRYPTO_REG_ACCESS=1
+DEFINES += NO_SCM_V8_SUPPORT=1
 
 #Disable thumb mode
 ENABLE_THUMB := false