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

2020-06-19 Thread Anatolij Gustschin
On Tue, 26 May 2020 22:52:14 +0200 Anatolij Gustschin ag...@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 > Cc: Igor Opaniuk Applied to u-boot-video/master, thanks! -- An

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

2020-05-28 Thread Igor Opaniuk
Hi Anatolij, On Tue, May 26, 2020 at 11:52 PM Anatolij Gustschin wrote: > > After migration to DM 'vga' name is not longer supported, > change it to 'vidconsole' in the default environment. > > Signed-off-by: Anatolij Gustschin > Cc: Igor Opaniuk > --- > Changes in v2: > - fix build error > >

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

2020-05-26 Thread Anatolij Gustschin
After migration to DM 'vga' name is not longer supported, change it to 'vidconsole' in the default environment. Signed-off-by: Anatolij Gustschin Cc: Igor Opaniuk --- Changes in v2: - fix build error include/configs/apalis_imx6.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -