From: Bin Meng Date: Thu, 3 Aug 2023 10:40:08 +0000 (+0800) Subject: video: kconfig: Fix a typo in SPL_VIDEO_REMOVE X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=aba6776a71d3ccbbaf9452271c440364a5640ce3;p=u-boot.git video: kconfig: Fix a typo in SPL_VIDEO_REMOVE Add one space between 'before' and 'loading'. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2a37d026bc..69f4809cf4 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