Re: [PATCH 01/41] usb: Update USB_STORAGE dependencies

2022-12-22 Thread Tom Rini
On Fri, Dec 02, 2022 at 04:42:11PM -0500, Tom Rini wrote: > As it's no longer possible to have !DM_USB set, we can remove these > dependencies. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass For the series, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signa

Re: [PATCH 01/41] usb: Update USB_STORAGE dependencies

2022-12-04 Thread Simon Glass
On Sat, 3 Dec 2022 at 10:43, Tom Rini wrote: > > As it's no longer possible to have !DM_USB set, we can remove these > dependencies. > > Signed-off-by: Tom Rini > --- > common/spl/Kconfig | 2 +- > drivers/usb/Kconfig | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Simon

[PATCH 01/41] usb: Update USB_STORAGE dependencies

2022-12-02 Thread Tom Rini
As it's no longer possible to have !DM_USB set, we can remove these dependencies. Signed-off-by: Tom Rini --- common/spl/Kconfig | 2 +- drivers/usb/Kconfig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index c6da4a403e98..78797e99e