project: msmtitanium: Enable Project specific flags.

Enable SMD and SDHCI. Disable Reboot module.

Change-Id: I2efc77140af08ffd8852d01a3cd85f8035f3f169
diff --git a/project/msmtitanium.mk b/project/msmtitanium.mk
old mode 100644
new mode 100755
index 50531ec..fd4c29b
--- a/project/msmtitanium.mk
+++ b/project/msmtitanium.mk
@@ -14,7 +14,7 @@
 
 EMMC_BOOT := 1
 
-#ENABLE_SMD_SUPPORT := 1
+ENABLE_SMD_SUPPORT := 1
 #ENABLE_PWM_SUPPORT := true
 
 #DEFINES += WITH_DEBUG_DCC=1
@@ -35,7 +35,7 @@
 #Disable thumb mode
 ENABLE_THUMB := false
 
-ENABLE_SDHCI_SUPPORT := 0
+ENABLE_SDHCI_SUPPORT := 1
 ENABLE_USB30_SUPPORT := 1
 
 ifeq ($(ENABLE_SDHCI_SUPPORT),1)
@@ -64,9 +64,9 @@
 #SCM call before entering DLOAD mode
 DEFINES += PLATFORM_USE_SCM_DLOAD=1
 
-#CFLAGS += -Werror
+CFLAGS += -Werror
 
 DEFINES += USE_TARGET_HS200_DELAY=1
 
 #Enable the external reboot functions
-ENABLE_REBOOT_MODULE := 1
+#ENABLE_REBOOT_MODULE := 1