Browse Source

common: Drop duplicate space in SPL_BMP description

Drop duplicate space in Kconfig symbol description.

Signed-off-by: Marek Vasut <marex@denx.de>
Marek Vasut 10 months ago
parent
commit
fa96774d29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/Kconfig

+ 1 - 1
common/Kconfig

@@ -1174,7 +1174,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.