diff options
| author | Bin Meng <[email protected]> | 2023-08-03 18:40:08 +0800 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2023-08-13 23:09:23 +0200 |
| commit | aba6776a71d3ccbbaf9452271c440364a5640ce3 (patch) | |
| tree | c83c6c9204863e7a593ecb177147a30319ef65ad /drivers | |
| parent | 01c76f1a64ba8cb3da9b26be481e289ee16960f0 (diff) | |
video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
Add one space between 'before' and 'loading'.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2a37d026bc2..69f4809cf4a 100644 --- 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 |
