summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-09-21 18:06:55 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-09-21 18:06:55 +0200
commitab862daf5d5a2eebf305c5c125f0463b0ff34161 (patch)
tree8a96fb9a5512ce2e9b6fb0f7fae0fec406f9327f
parent20e5bdb4dd88695a5fc7b50abe6a797d5c6aae0f (diff)
colibri-imx6ull: reset vidargs env variable
Unfortunately, vidargs cause very suboptimal display timings to be calculated which destroys our nice VESA VGA definition from the device tree. Get rid of it. Related-to: ELB-4080 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--include/configs/colibri-imx6ull.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
index 5846e6ced9..8edce3608e 100644
--- a/include/configs/colibri-imx6ull.h
+++ b/include/configs/colibri-imx6ull.h
@@ -116,11 +116,7 @@
# define BOOT_SCRIPT "boot.scr"
#endif
-#if defined(CONFIG_TARGET_COLIBRI_IMX6ULL_EMMC)
#define VIDARGS ""
-#else
-#define VIDARGS "video=mxsfb:640x480M-16@60"
-#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
BOOTENV \