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

2021-01-05 Thread Tom Rini
On Wed, Dec 23, 2020 at 10:13:22AM -0500, ferla...@amotus.ca wrote: > From: Marc Ferland > > This commit fixes a simple typo: sPL --> SPL. > > Signed-off-by: Marc Ferland Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2020-12-23 Thread ferlandm
From: Marc Ferland This commit fixes a simple typo: sPL --> SPL. Signed-off-by: Marc Ferland --- 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