diff options
author | Marek Vasut <marex@denx.de> | 2023-07-29 15:34:51 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-07 13:41:44 -0400 |
commit | fa96774d2925443363aa2a5da8a12ced28e158a1 (patch) | |
tree | 0b003e69e25790d0d2043088a277a6a024fe256b /common/Kconfig | |
parent | 3b7b73879f27d8a7b21792b3e9bb25dce1a5d082 (diff) | |
download | u-boot-fa96774d2925443363aa2a5da8a12ced28e158a1.tar.gz u-boot-fa96774d2925443363aa2a5da8a12ced28e158a1.tar.bz2 u-boot-fa96774d2925443363aa2a5da8a12ced28e158a1.zip |
common: Drop duplicate space in SPL_BMP description
Drop duplicate space in Kconfig symbol description.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |