
Drop duplicate space in Kconfig symbol description.
Signed-off-by: Marek Vasut marex@denx.de --- Cc: Heinrich Schuchardt xypron.glpk@gmx.de Cc: Patrick Delaunay patrick.delaunay@foss.st.com Cc: Rasmus Villemoes rasmus.villemoes@prevas.dk Cc: Simon Glass sjg@chromium.org Cc: Stefan Roese sr@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.