Re: [PATCH 3/3] kconfig: fix typo for OHCI host and add to DM list

2020-06-03 Thread Tom Rini
On Tue, May 26, 2020 at 07:07:16PM +0200, Marcin Juszkiewicz wrote: > Description said that OHCI is not supported for driver model > while it was converted too. > > Signed-off-by: Marcin Juszkiewicz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 3/3] kconfig: fix typo for OHCI host and add to DM list

2020-05-26 Thread Marcin Juszkiewicz
Description said that OHCI is not supported for driver model while it was converted too. Signed-off-by: Marcin Juszkiewicz --- drivers/usb/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git drivers/usb/Kconfig drivers/usb/Kconfig index 928a89133c..756a4ec402 100644 ---