Re: [U-Boot] [PATCH] Revert "sunxi: imply USB_GADGET"

2017-09-29 Thread Maxime Ripard
On Fri, Sep 29, 2017 at 11:44:48AM +, Icenowy Zheng wrote: > This reverts commit 061221ae61440eb05fd5b94ca77c7731315cbddd. > > The implying of USB_GADGET makes the boards without USB_MUSB_GADGET > enabled not able to be built in the U-Boot, and the number of the > boards broken is much more th

[U-Boot] [PATCH] Revert "sunxi: imply USB_GADGET"

2017-09-29 Thread Icenowy Zheng
This reverts commit 061221ae61440eb05fd5b94ca77c7731315cbddd. The implying of USB_GADGET makes the boards without USB_MUSB_GADGET enabled not able to be built in the U-Boot, and the number of the boards broken is much more than the boards benefited from this commit. So it's reverted. Signed-off-b