aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-07-29 15:34:51 +0200
committerTom Rini <trini@konsulko.com>2023-08-07 10:19:57 -0400
commit9fa00de1e1e2a885759f1a2e95ddfc146dcbe92b (patch)
treed7a6df9009229ddd4a527378a402dd2d50faea6c
parentc89c08b042c4b556700c2832b2ded8a8f5bfabc3 (diff)
downloadu-boot-9fa00de1e1e2a885759f1a2e95ddfc146dcbe92b.zip
u-boot-9fa00de1e1e2a885759f1a2e95ddfc146dcbe92b.tar.gz
u-boot-9fa00de1e1e2a885759f1a2e95ddfc146dcbe92b.tar.bz2
common: Drop duplicate space in SPL_BMP description
Drop duplicate space in Kconfig symbol description. Signed-off-by: Marek Vasut <marex@denx.de>
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d103bc6..1ca9fc3 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1171,7 +1171,7 @@ config BMP
Enable bmp functions to display bmp image and get bmp info.
config SPL_BMP
- bool "Enable bmp image display at SPL"
+ bool "Enable bmp image display at SPL"
depends on SPL_VIDEO
help
Enable bmp functions to display bmp image and get bmp info at SPL.