[PATCH v2] colibri_imx6: fix video stdout in default environment

Igor Opaniuk igor.opaniuk at gmail.com
Thu May 28 18:06:44 CEST 2020


Hi Anatolij,

On Tue, May 26, 2020 at 11:54 PM Anatolij Gustschin <agust at denx.de> wrote:
>
> After migration to DM 'vga' name is not longer supported,
> change it to 'vidconsole' in the default environment.
>
> Signed-off-by: Anatolij Gustschin <agust at denx.de>
> Cc: Igor Opaniuk <igor.opaniuk at toradex.com>
> ---
> Changes in v2:
>  - fix build error
>
>  include/configs/colibri_imx6.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
> index 3d248ef4ef..af17a0a137 100644
> --- a/include/configs/colibri_imx6.h
> +++ b/include/configs/colibri_imx6.h
> @@ -156,7 +156,8 @@
>         BOOTENV \
>         "bootcmd=setenv fdtfile ${fdt_file}; run distro_bootcmd; " \
>                 "usb start ; " \
> -               "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
> +               "setenv stdout serial,vidconsole; " \
> +               "setenv stdin serial,usbkbd\0" \
>         "boot_file=zImage\0" \
>         "console=ttymxc0\0" \
>         "defargs=enable_wait_mode=off galcore.contiguousSize=50331648\0" \
> --
> 2.17.1
>

Thanks for the patch.
Acked-by: Igor Opaniuk <igor.opaniuk at toradex.com>

-- 
Best regards - Freundliche Grüsse - Meilleures salutations

Igor Opaniuk

mailto: igor.opaniuk at gmail.com
skype: igor.opanyuk
+380 (93) 836 40 67
http://ua.linkedin.com/in/iopaniuk


More information about the U-Boot mailing list