[PATCH] cosmetic: fix typo in drivers/usb/Kconfig

ferlandm at amotus.ca ferlandm at amotus.ca
Wed Dec 23 16:13:22 CET 2020


From: Marc Ferland <ferlandm at amotus.ca>

This commit fixes a simple typo: sPL --> SPL.

Signed-off-by: Marc Ferland <ferlandm at amotus.ca>
---
 drivers/usb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index fedc0134f5..6e291198ab 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -60,7 +60,7 @@ config DM_USB_GADGET
 	  mode)
 
 config SPL_DM_USB_GADGET
-	bool "Enable driver model for USB Gadget in sPL"
+	bool "Enable driver model for USB Gadget in SPL"
 	depends on SPL_DM_USB
 	help
 	  Enable driver model for USB Gadget in SPL
-- 
2.25.1



More information about the U-Boot mailing list