[PATCH] usb: Kconfig: Fix typo in SPL_DM_USB text

Marek Vasut marex at denx.de
Sun Sep 18 00:46:06 CEST 2022


On 9/14/22 23:00, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> There is an extra "most" word in the SPL_DM_USB text that
> makes it confusing.
> 
> Remove it.
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>
> ---
>   drivers/usb/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index fd13cf31b529..f0255fa2eae3 100644
> --- a/drivers/usb/Kconfig
> +++ b/drivers/usb/Kconfig
> @@ -48,7 +48,7 @@ config DM_USB
>   	  automatically probed when found on the bus.
>   
>   config SPL_DM_USB
> -	bool "Enable driver model for USB host most in SPL"
> +	bool "Enable driver model for USB host in SPL"

Maybe this was meant to be 'USB host mode' , i.e. "s at most@mode@" ?


More information about the U-Boot mailing list