Merge "project: Enable external reboot functions for msm8909/msm8916"
diff --git a/project/msm8909.mk b/project/msm8909.mk
index bf035f2..59f63f7 100644
--- a/project/msm8909.mk
+++ b/project/msm8909.mk
@@ -68,3 +68,6 @@
 
 #SCM call before entering DLOAD mode
 DEFINES += PLATFORM_USE_SCM_DLOAD=1
+
+#Enable the external reboot functions
+ENABLE_REBOOT_MODULE := 1
diff --git a/project/msm8916.mk b/project/msm8916.mk
index 2dff5df..5322f72 100644
--- a/project/msm8916.mk
+++ b/project/msm8916.mk
@@ -54,3 +54,6 @@
 
 #SCM call before entering DLOAD mode
 DEFINES += PLATFORM_USE_SCM_DLOAD=1
+
+#Enable the external reboot functions
+ENABLE_REBOOT_MODULE := 1
\ No newline at end of file