aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-18 07:19:42 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:17 +0100
commit8b1129588cc66cee3dc5ee2dd969007a641f21b0 (patch)
treeb668d49c3a7362b2e239833327e32493cec8a21d /cmd
parentd32eb92e9138214694efc9091f3760e445ce3905 (diff)
downloadu-boot-8b1129588cc66cee3dc5ee2dd969007a641f21b0.zip
u-boot-8b1129588cc66cee3dc5ee2dd969007a641f21b0.tar.gz
u-boot-8b1129588cc66cee3dc5ee2dd969007a641f21b0.tar.bz2
video: Drop CONFIG_LCD
This option is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6cbc8f1..9aac534 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1877,7 +1877,7 @@ menu "Misc commands"
config CMD_BMP
bool "Enable 'bmp' command"
- depends on LCD || DM_VIDEO
+ depends on DM_VIDEO
help
This provides a way to obtain information about a BMP-format image
and to display it. BMP (which presumably stands for BitMaP) is a