projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c76f1
)
video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
author
Bin Meng
<bmeng@tinylab.org>
Thu, 3 Aug 2023 10:40:08 +0000
(18:40 +0800)
committer
Anatolij Gustschin
<agust@denx.de>
Sun, 13 Aug 2023 21:09:23 +0000
(23:09 +0200)
Add one space between 'before' and 'loading'.
Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index 2a37d026bc2807d54425c663938d64d5372563fa..69f4809cf4a6bdc8ce12329817de544003dfefbe 100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-1115,7
+1115,7
@@
config SPL_VIDEO_REMOVE
bool "Remove video driver after SPL stage"
help
if this option is enabled video driver will be removed at the end of
- SPL stage, beforeloading the next stage.
+ SPL stage, before
loading the next stage.
if SPL_SPLASH_SCREEN