target: msm8994: Disable default splash on DB8094

With the splash screen enabled the display
is not fully configured after boot. Disabling it.

Change-Id: Icd154e0097be3e08f32c255cd389c7d278d7d57f
diff --git a/target/msm8994/init.c b/target/msm8994/init.c
index e0917f3..9c54490 100644
--- a/target/msm8994/init.c
+++ b/target/msm8994/init.c
@@ -363,7 +363,6 @@
 			case HW_PLATFORM_MTP:
 			case HW_PLATFORM_FLUID:
 			case HW_PLATFORM_LIQUID:
-			case HW_PLATFORM_DRAGON:
 				dprintf(SPEW, "Target_cont_splash=1\n");
 				splash_screen = 1;
 				break;
diff --git a/target/msm8994/oem_panel.c b/target/msm8994/oem_panel.c
index ec7a940..0c7d02b 100644
--- a/target/msm8994/oem_panel.c
+++ b/target/msm8994/oem_panel.c
@@ -313,9 +313,6 @@
 	case HW_PLATFORM_LIQUID:
 		panel_id = JDI_4K_DUALDSI_VIDEO_PANEL;
 		break;
-	case HW_PLATFORM_DRAGON:
-		panel_id = HX8379A_TRULY_FWVGA_VIDEO_PANEL;
-		break;
 	default:
 		dprintf(CRITICAL, "Display not enabled for %d HW type\n"
 					, hw_id);