target: msm8909: Enable continuous splash for 8909 mtp and cdp

Continuous splash feature which will allow showing the
splash logo even on transition from lk to kernel. Enable
this for 8909 mtp and cdp.

Change-Id: I5d83174ae78d97459a015ded8380debdf86f0409
diff --git a/target/msm8909/init.c b/target/msm8909/init.c
index 3186c82..37736cd 100644
--- a/target/msm8909/init.c
+++ b/target/msm8909/init.c
@@ -504,6 +504,10 @@
 	uint8_t splash_screen = 0;
 	if (!splash_override) {
 		switch (board_hardware_id()) {
+		case HW_PLATFORM_SURF:
+		case HW_PLATFORM_MTP:
+			splash_screen = 1;
+			break;
 		default:
 			splash_screen = 0;
 			break;