]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
common: Drop duplicate space in SPL_BMP description
authorMarek Vasut <marex@denx.de>
Sat, 29 Jul 2023 13:34:51 +0000 (15:34 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 7 Aug 2023 17:41:44 +0000 (13:41 -0400)
Drop duplicate space in Kconfig symbol description.

Signed-off-by: Marek Vasut <marex@denx.de>
common/Kconfig

index f2dfda4c74e8f40c562f58ac5b91b59f1df0f7c5..cdb77a6a7da2401ff3e7b26d61e4e91ce004d70e 100644 (file)
@@ -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.