diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:07 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:16:56 +0200 |
commit | 82975f8a9ec290b4cf2f9a228dd78761b35565ea (patch) | |
tree | a43f76ebde9a2d37bfcbe46e96496249b01c0663 /README | |
parent | fff49e01d800decb9a653d228077c5b7fec58ddb (diff) | |
download | u-boot-82975f8a9ec290b4cf2f9a228dd78761b35565ea.tar.gz |
video: Drop CONFIG_VIDEO_BMP_LOGO
This option is not implemented anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -980,7 +980,6 @@ The following options need to be configured: CONFIG_VIDEO CONFIG_VIDEO_SW_CURSOR CONFIG_VGA_AS_SINGLE_DEVICE - CONFIG_VIDEO_BMP_LOGO The DIU driver will look for the 'video-mode' environment variable, and if defined, enable the DIU as a console during |