[msm8660/LCD]: add AUO wvga panel support

Platform check added to decide which panel to turn on for splash
screen. Also changed to enable fbcon before power up the panel to
avoid a flicker.

Change-Id: I71851862f960294220df3f030b679c5694381d7d
diff --git a/platform/msm8x60/rules.mk b/platform/msm8x60/rules.mk
old mode 100644
new mode 100755
index 0c45242..a5c7f64
--- a/platform/msm8x60/rules.mk
+++ b/platform/msm8x60/rules.mk
@@ -25,6 +25,7 @@
 	$(LOCAL_DIR)/acpuclock.o \
 	$(LOCAL_DIR)/gpio.o \
 	$(LOCAL_DIR)/panel.o \
+	$(LOCAL_DIR)/panel_auo_wvga.o \
 	$(LOCAL_DIR)/pmic.o \
 	$(LOCAL_DIR)/pmic_pwm.o \
 	$(LOCAL_DIR)/pmic_batt_alarm.o \