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

From: Marc Ferland ferlandm@amotus.ca
This commit fixes a simple typo: sPL --> SPL.
Signed-off-by: Marc Ferland ferlandm@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

On Wed, Dec 23, 2020 at 10:13:22AM -0500, ferlandm@amotus.ca wrote:
From: Marc Ferland ferlandm@amotus.ca
This commit fixes a simple typo: sPL --> SPL.
Signed-off-by: Marc Ferland ferlandm@amotus.ca
Applied to u-boot/master, thanks!
participants (2)
-
ferlandm@amotus.ca
-
Tom Rini