diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:08 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:17:07 +0200 |
commit | 1fa43cad862591fe8917a0c1fe2f21f062c7502b (patch) | |
tree | a17f830e6243917cd145007b1bee7bf0291ea0e7 /README | |
parent | 82975f8a9ec290b4cf2f9a228dd78761b35565ea (diff) | |
download | u-boot-1fa43cad862591fe8917a0c1fe2f21f062c7502b.zip u-boot-1fa43cad862591fe8917a0c1fe2f21f062c7502b.tar.gz u-boot-1fa43cad862591fe8917a0c1fe2f21f062c7502b.tar.bz2 |
video: Drop references to CONFIG_VIDEO et al
Drop the Kconfigs which are not used and all references to them. In
particular, this drops CONFIG_VIDEO to avoid confusion and allow us to
eventually rename CONFIG_DM_VIDEO to CONFIG_VIDEO.
Also drop the prototype for video_get_info_str() which is no-longer used.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jason Liu <jason.hui.liu@nxp.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -977,9 +977,6 @@ The following options need to be configured: support, and should also define these other macros: CONFIG_SYS_DIU_ADDR - CONFIG_VIDEO - CONFIG_VIDEO_SW_CURSOR - CONFIG_VGA_AS_SINGLE_DEVICE The DIU driver will look for the 'video-mode' environment variable, and if defined, enable the DIU as a console during |