From: Marek Vasut Date: Sat, 29 Jul 2023 13:34:51 +0000 (+0200) Subject: common: Drop duplicate space in SPL_BMP description X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=fa96774d2925443363aa2a5da8a12ced28e158a1;p=u-boot.git common: Drop duplicate space in SPL_BMP description Drop duplicate space in Kconfig symbol description. Signed-off-by: Marek Vasut --- diff --git a/common/Kconfig b/common/Kconfig index f2dfda4c74..cdb77a6a7d 100644 --- a/common/Kconfig +++ b/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.