All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] apalis_imx6: fix video stdout in default environment
@ 2020-05-26 10:03 Anatolij Gustschin
  2020-05-26 10:03 ` [PATCH] cm_fx6: " Anatolij Gustschin
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Anatolij Gustschin @ 2020-05-26 10:03 UTC (permalink / raw)
  To: u-boot

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>
Cc: Igor Opaniuk <igor.opaniuk@toradex.com>
---
 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..0db8e74e9a 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

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-06-19 13:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 10:03 [PATCH] apalis_imx6: fix video stdout in default environment Anatolij Gustschin
2020-05-26 10:03 ` [PATCH] cm_fx6: " Anatolij Gustschin
2020-06-19 13:38   ` Anatolij Gustschin
2020-05-26 10:03 ` [PATCH] colibri_imx6: " Anatolij Gustschin
2020-05-26 20:54   ` [PATCH v2] " Anatolij Gustschin
2020-05-28 16:06     ` Igor Opaniuk
2020-06-19 13:37     ` Anatolij Gustschin
2020-05-26 10:03 ` [PATCH] nitrogen6x: update video console name Anatolij Gustschin
2020-05-26 15:22   ` Troy Kisky
2020-06-19 13:39   ` Anatolij Gustschin
2020-05-26 10:03 ` [PATCH] video: ipuv3: remove non-DM code Anatolij Gustschin
2020-05-26 20:52 ` [PATCH v2] apalis_imx6: fix video stdout in default environment Anatolij Gustschin
2020-05-28 16:07   ` Igor Opaniuk
2020-06-19 13:36   ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.