[PATCH] common: Drop duplicate space in SPL_BMP description
Marek Vasut
marex at denx.de
Sat Jul 29 15:34:51 CEST 2023
Drop duplicate space in Kconfig symbol description.
Signed-off-by: Marek Vasut <marex at denx.de>
---
Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
Cc: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
Cc: Simon Glass <sjg at chromium.org>
Cc: Stefan Roese <sr at denx.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 973482f0756..016850cd328 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.
--
2.40.1
More information about the U-Boot
mailing list