diff options
author | Bin Meng <bmeng@tinylab.org> | 2023-08-03 18:40:08 +0800 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2023-08-13 23:09:23 +0200 |
commit | aba6776a71d3ccbbaf9452271c440364a5640ce3 (patch) | |
tree | c83c6c9204863e7a593ecb177147a30319ef65ad | |
parent | 01c76f1a64ba8cb3da9b26be481e289ee16960f0 (diff) | |
download | u-boot-aba6776a71d3ccbbaf9452271c440364a5640ce3.zip u-boot-aba6776a71d3ccbbaf9452271c440364a5640ce3.tar.gz u-boot-aba6776a71d3ccbbaf9452271c440364a5640ce3.tar.bz2 |
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>
-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 2a37d02..69f4809 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 |