git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7b738
)
common: Drop duplicate space in SPL_BMP description
author
Marek Vasut
<marex@denx.de>
Sat, 29 Jul 2023 13:34:51 +0000
(15:34 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index
f2dfda4
..
cdb77a6
100644
(file)
--- 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.