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

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


Hi Anatolij,

On Tue, May 26, 2020 at 11:52 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/apalis_imx6.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
> index 6f03058a78..c6c2f46a17 100644
> --- a/include/configs/apalis_imx6.h
> +++ b/include/configs/apalis_imx6.h
> @@ -173,7 +173,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 vmalloc=400M\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