project: msm8952: Add disable dload property on 8952 platform

The disable dload property is used for disabling the ramdump. Default
is disabled.

Change-Id: Ief191568e0e29192c75e13f8c8166e85eb270ed8
diff --git a/project/msm8952.mk b/project/msm8952.mk
index f0896ec..41f6e92 100644
--- a/project/msm8952.mk
+++ b/project/msm8952.mk
@@ -90,6 +90,9 @@
 DEFINES += MDTP_SUPPORT=1
 endif
 
+#Disable the dload mode
+DEFINES += DISABLE_DLOAD_MODE=0
+
 ENABLE_WDOG_SUPPORT := 0
 ifeq ($(ENABLE_WDOG_SUPPORT),1)
 DEFINES += WDOG_SUPPORT=1