From 6532ee47b14a9dc3c1e9ce1ef0fcac0b516b0e99 Mon Sep 17 00:00:00 2001 From: Denys Drozdov Date: Wed, 6 Oct 2021 09:36:53 +0300 Subject: colibri-imx7: remove vidargs for emmc variant Default vidargs are set to 640x480@60 which causes incorrect lt161010 touchscreen resolution. eMMC variant should use overlays to select proper touchscreen timing and resolution Related-to: ELB-4191 Signed-off-by: Denys Drozdov --- include/configs/colibri_imx7.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 9532da0429..f92b43b52c 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -33,6 +33,8 @@ #define CONFIG_SERVERIP 192.168.10.1 #define CONFIG_ROOTPATH "/srv/nfs" +#define VIDARGS "\0" + #if defined(CONFIG_TARGET_COLIBRI_IMX7_EMMC) #define UBOOT_UPDATE \ "uboot_hwpart=1\0" \ @@ -127,6 +129,7 @@ UBI_BOOTCMD #elif defined(CONFIG_TARGET_COLIBRI_IMX7_EMMC) #define MODULE_EXTRA_ENV_SETTINGS \ + "vidargs=" VIDARGS \ "variant=-emmc\0" \ EMMC_ANDROID_BOOTCMD #endif -- cgit v1.2.3