summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2021-10-04 17:04:32 +0300
committerAnatolij Gustschin <agust@denx.de>2021-10-09 20:41:33 +0300
commitde99e776b88617a112e0ec6c01da9a0274362f5c (patch)
treebf0170eecd61ac1dfb993833ada1b090a32a3b06 /common
parent79f9defeba7069fe3501086be54ba1aa3a821e07 (diff)
downloadu-boot-de99e776b88617a112e0ec6c01da9a0274362f5c.tar.xz
common: Kconfig: use 'vidconsole' name instead of old 'video'
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>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 0543b839d1..d6f77ab7b9 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.