cosmetic: fix typo in drivers/usb/Kconfig
authorMarc Ferland <ferlandm@amotus.ca>
Wed, 23 Dec 2020 15:13:22 +0000 (10:13 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 4 Jan 2021 14:10:17 +0000 (09:10 -0500)
This commit fixes a simple typo: sPL --> SPL.

Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
drivers/usb/Kconfig

index fedc013..6e29119 100644 (file)
@@ -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