summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2021-10-06 09:36:53 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-10-12 10:45:31 +0000
commit6532ee47b14a9dc3c1e9ce1ef0fcac0b516b0e99 (patch)
treee86d7dbc5b9c097c56622844075bb3552e51804a
parent9f16156fcae9866c9106fbc4e698bf244d39c9bf (diff)
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 <denys.drozdov@toradex.com>
-rw-r--r--include/configs/colibri_imx7.h3
1 files changed, 3 insertions, 0 deletions
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