project: msm8909: add 8909 specific scm changes

8909 target will not support armv8 style of scm
calls, so added NO_SCM_V8_SUPPORT to suppress unwanted
messages in logs and modified the secure boot fuses api
implementation also.

CRs-Fixed: 1061673
Change-Id: I275bdeceaf0248fdbaf3e5c03babf4bd3a0d2f19
diff --git a/project/msm8909.mk b/project/msm8909.mk
index cb08003..5fe2820 100644
--- a/project/msm8909.mk
+++ b/project/msm8909.mk
@@ -69,6 +69,7 @@
 
 #SCM call before entering DLOAD mode
 DEFINES += PLATFORM_USE_SCM_DLOAD=1
+DEFINES += NO_SCM_V8_SUPPORT=1
 
 #Enable the external reboot functions
 ENABLE_REBOOT_MODULE := 1