From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] apalis_imx6: fix video stdout in default environment
Date: Tue, 26 May 2020 12:03:18 +0200 [thread overview]
Message-ID: <20200526100322.12259-1-agust@denx.de> (raw)
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
next reply other threads:[~2020-05-26 10:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-26 10:03 Anatolij Gustschin [this message]
2020-05-26 10:03 ` [PATCH] cm_fx6: fix video stdout in default environment 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200526100322.12259-1-agust@denx.de \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox