target: msm8952: do not skip display configuration during panel simulation

If we skip display configuration during panel simulation activity
and at the same time verified boot menu feature is enabled, then
device crashes in LK as verified boot menu will try to access
uninitialized display. So instead of skipping configuration just
disable continuous splash when LK is configured with simulated panel.

Change-Id: I8566f5773e4590bd0fb0cf139f4bc516086a7611
diff --git a/target/msm8952/target_display.c b/target/msm8952/target_display.c
index 15326bf..247bfc5 100644
--- a/target/msm8952/target_display.c
+++ b/target/msm8952/target_display.c
@@ -643,7 +643,7 @@
 		|| oem.skip) {
 		dprintf(INFO, "Selected panel: %s\nSkip panel configuration\n",
 			oem.panel);
-		return;
+		oem.cont_splash = false;
 	}
 
 	if ((HW_PLATFORM_SUBTYPE_SAP == platform_subtype) ||