Drop duplicate space in Kconfig symbol description.

Signed-off-by: Marek Vasut <ma...@denx.de>
---
Cc: Heinrich Schuchardt <xypron.g...@gmx.de>
Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
Cc: Rasmus Villemoes <rasmus.villem...@prevas.dk>
Cc: Simon Glass <s...@chromium.org>
Cc: Stefan Roese <s...@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

Reply via email to