summaryrefslogtreecommitdiff
path: root/board/ge
diff options
context:
space:
mode:
Diffstat (limited to 'board/ge')
-rw-r--r--board/ge/bx50v3/bx50v3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c
index f07141b1c3..2eb1b65a3d 100644
--- a/board/ge/bx50v3/bx50v3.c
+++ b/board/ge/bx50v3/bx50v3.c
@@ -809,6 +809,8 @@ int board_late_init(void)
if (is_b850v3())
env_set("videoargs", "video=DP-1:1024x768@60 video=HDMI-A-1:1024x768@60");
+ else
+ env_set("videoargs", "video=LVDS-1:1024x768@65");
/* board specific pmic init */
pmic_init();