All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spl: Kconfig: fix trivial typo Suppport
@ 2023-05-29 14:25 Eugen Hristev
  2023-05-30 18:32 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2023-05-29 14:25 UTC (permalink / raw)
  To: u-boot; +Cc: Eugen Hristev

s/Suppport/Support

Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
---
 common/spl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 2c042ad30668..c66b38ee676d 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1373,7 +1373,7 @@ config SYS_USB_FAT_BOOT_PARTITION
 	  Partition on the USB storage device to load U-Boot from
 
 config SPL_USB_GADGET
-	bool "Suppport USB Gadget drivers"
+	bool "Support USB Gadget drivers"
 	help
 	  Enable USB Gadget API which allows to enable USB device functions
 	  in SPL.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spl: Kconfig: fix trivial typo Suppport
  2023-05-29 14:25 [PATCH] spl: Kconfig: fix trivial typo Suppport Eugen Hristev
@ 2023-05-30 18:32 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-05-30 18:32 UTC (permalink / raw)
  To: Eugen Hristev; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

On Mon, May 29, 2023 at 05:25:54PM +0300, Eugen Hristev wrote:

> s/Suppport/Support
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
> ---
>  common/spl/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/common/spl/Kconfig b/common/spl/Kconfig
> index 2c042ad30668..c66b38ee676d 100644
> --- a/common/spl/Kconfig
> +++ b/common/spl/Kconfig
> @@ -1373,7 +1373,7 @@ config SYS_USB_FAT_BOOT_PARTITION
>  	  Partition on the USB storage device to load U-Boot from
>  
>  config SPL_USB_GADGET
> -	bool "Suppport USB Gadget drivers"
> +	bool "Support USB Gadget drivers"
>  	help
>  	  Enable USB Gadget API which allows to enable USB device functions
>  	  in SPL.

This has been fixed already in "next" where Marek also moved this option
to be under drivers/usb/gadget/Kconfig.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-30 18:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 14:25 [PATCH] spl: Kconfig: fix trivial typo Suppport Eugen Hristev
2023-05-30 18:32 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.