public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] cm_fx6: fix video stdout in default environment
Date: Tue, 26 May 2020 12:03:19 +0200	[thread overview]
Message-ID: <20200526100322.12259-2-agust@denx.de> (raw)
In-Reply-To: <20200526100322.12259-1-agust@denx.de>

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: Nikita Kiryanov <nikita@compulab.co.il>
---
 include/configs/cm_fx6.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 302907dcfb..35f251c15e 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -49,8 +49,8 @@
 	"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
 	"fdtfile=undefined\0" \
 	"stdin=serial,usbkbd\0" \
-	"stdout=serial,vga\0" \
-	"stderr=serial,vga\0" \
+	"stdout=serial,vidconsole\0" \
+	"stderr=serial,vidconsole\0" \
 	"panel=HDMI\0" \
 	"autoload=no\0" \
 	"uImage=uImage-cm-fx6\0" \
-- 
2.17.1

  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 [PATCH] apalis_imx6: fix video stdout in default environment Anatolij Gustschin
2020-05-26 10:03 ` Anatolij Gustschin [this message]
2020-06-19 13:38   ` [PATCH] cm_fx6: " 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-2-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