apalis_imx6: fix video stdout in default environment
authorAnatolij Gustschin <agust@denx.de>
Tue, 26 May 2020 08:43:44 +0000 (10:43 +0200)
committerAnatolij Gustschin <agust@denx.de>
Thu, 18 Jun 2020 17:16:10 +0000 (19:16 +0200)
After migration to DM 'vga' name is not longer supported,
change it to 'vidconsole' in the default environment.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Igor Opaniuk <igor.opaniuk@toradex.com>
include/configs/apalis_imx6.h

index d5a0625e02829c43aa300ab814e13d75ea5ec45e..6fc7c3982c6511e770ec16c3974131169dccaf0e 100644 (file)
        BOOTENV \
        "bootcmd=setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
                "usb start ; " \
        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" \
        "boot_file=zImage\0" \
        "console=ttymxc0\0" \
        "defargs=enable_wait_mode=off vmalloc=400M\0" \