]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
apalis/colibri_imx6: remove video= settings
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>
Thu, 11 Mar 2021 20:00:36 +0000 (22:00 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 8 Apr 2021 18:29:53 +0000 (20:29 +0200)
Since Toradex provides the full set of overlays for Linux kernel
for display interfaces for both Apalis iMX6Q and Colibri iMX6DL
modules, the video= settings are obsolete. Remove them.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
include/configs/apalis_imx6.h
include/configs/colibri_imx6.h

index 0e81ef94d371ada5c764617e26bce999d630a647..12de0105c6c73d8713283e7c7150887c2e66ebcd 100644 (file)
                "source ${loadaddr}\0" \
        "splashpos=m,m\0" \
        "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
-       "vidargs=mxc_hdmi.only_cea=1 " \
-               "video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 " \
-               "video=mxcfb1: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
index 5f5e201b4c0c88192430b7b84a74c678e1225fc7..804a144a03e1a9788c452fca1fb4a54ad4304df1 100644 (file)
                "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