All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video'
@ 2021-10-04 14:04 Anatolij Gustschin
  2021-10-12  7:27 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Anatolij Gustschin @ 2021-10-04 14:04 UTC (permalink / raw)
  To: u-boot

After DM_VIDEO conversion the 'vidconsole' is the correct name
for the frame buffer console. 'video' will not work, so update
the description of the config option.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 common/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index ee14d3ad5b..1275c9b1b9 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -182,8 +182,8 @@ config SYS_CONSOLE_IS_IN_ENV
 	default y if CONSOLE_MUX
 	help
 	  This allows multiple input/output devices to be set at boot time.
-	  For example, if stdout is set to "serial,video" then output will
-	  be sent to both the serial and video devices on boot. The
+	  For example, if stdout is set to "serial,vidconsole" then output
+	  will be sent to both the serial and video devices on boot. The
 	  environment variables can be updated after boot to change the
 	  input/output devices.
 
-- 
2.17.1


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

* Re: [PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video'
  2021-10-04 14:04 [PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video' Anatolij Gustschin
@ 2021-10-12  7:27 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2021-10-12  7:27 UTC (permalink / raw)
  To: u-boot

On Mon,  4 Oct 2021 16:04:32 +0200
Anatolij Gustschin agust@denx.de wrote:
> ---
>  common/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

applied to u-boot-video/master.

--
Anatolij

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

end of thread, other threads:[~2021-10-12  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 14:04 [PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video' Anatolij Gustschin
2021-10-12  7:27 ` 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.