summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-02-17 18:02:39 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-02-17 18:02:39 +0200
commit892cf6563f15a1395429093cb967cc80007fd780 (patch)
tree9fcbe31983a880a5053578f17b6dd8d8957cd6eb /include
parentf34eb0c0ac97a4aa8d18451bd4411dd2a7a0d681 (diff)
apalis/colibri_imx6: remove video= settings
Since we have a full set of overlays for display interfaces for both Apalis iMX6Q and Colibri iMX6DL modules, the video= settings are obsolete. Remove these settings from the U-Boot. Related-to: ELB-3395, ELB-3243, ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis_imx6.h5
-rw-r--r--include/configs/colibri_imx6.h3
2 files changed, 2 insertions, 6 deletions
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
index c01c2e490c..1a11231ea2 100644
--- a/include/configs/apalis_imx6.h
+++ b/include/configs/apalis_imx6.h
@@ -162,10 +162,7 @@
"source ${loadaddr}\0" \
"splashpos=m,m\0" \
"splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
- "vidargs=mxc_hdmi.only_cea=1 " \
- "video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24 " \
- "video=mxcfb0:off video=mxcfb2:off video=mxcfb3:off " \
- "fbmem=32M\0 "
+ "vidargs=mxc_hdmi.only_cea=1 fbmem=32M\0"
/* Miscellaneous configurable options */
#undef CONFIG_SYS_CBSIZE
diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
index 84fffc6080..5b215040ea 100644
--- a/include/configs/colibri_imx6.h
+++ b/include/configs/colibri_imx6.h
@@ -142,8 +142,7 @@
"source ${loadaddr}\0" \
"splashpos=m,m\0" \
"splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
- "vidargs=video=mxcfb0:dev=lcd,640x480M@60,if=RGB666 " \
- "video=mxcfb1:off fbmem=8M\0 "
+ "vidargs=fbmem=8M\0"
/* Miscellaneous configurable options */
#undef CONFIG_SYS_CBSIZE