aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass2022-10-16 15:59:22 -0600
committerAnatolij Gustschin2022-10-30 20:07:17 +0100
commit0f9b86f811f9062a01329ebb060c0e719256c43e (patch)
treee70715cc718158bfb0c45023c9fbef0bda698232 /doc
parent777f3e369516e4260fb779896c76fc290fc4f42c (diff)
video: Drop remaining references to CONFIG_LCD
These rely on the old LCD implementation which is to be removed. Drop it all. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/environment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst
index 7906ace2af6..d12bbcd85a2 100644
--- a/doc/usage/environment.rst
+++ b/doc/usage/environment.rst
@@ -63,8 +63,8 @@ For example, for snapper9260 you would create a text file called
Example::
stdout=serial
- #ifdef CONFIG_LCD
- stdout+=,lcd
+ #ifdef CONFIG_DM_VIDEO
+ stdout+=,vidconsole
#endif
bootcmd=
/* U-Boot script for booting */