diff options
-rw-r--r-- | board/ge/bx50v3/bx50v3.c | 2 |
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(); |