
23 Dec
2020
23 Dec
'20
4:13 p.m.
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
--
2.25.1