mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
Add one space between 'before' and 'loading'. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
01c76f1a64
commit
aba6776a71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue