On Sat, Aug 18, 2018 at 8:08 PM Jagan Teki <[email protected]> wrote: > > On Sat, Aug 18, 2018 at 11:35 PM, Nuno Gonçalves <[email protected]> wrote: > > With the basic defconfig + CMD_USB_MASS_STORAGE, I don't get the driver to > > load: > > > > Controller uninitialized > > g_dnl_register: failed!, error: -6 > > g_dnl_register failed
This error appears when CONFIG_USB_ETHER is not set. For some reason I can't enable UMS without USB_ETHER (probably because UMS is not DM aware). Regarding the bug reported, it happens because after your commit USB_EHCI_HCD and USB_KEYBOARD are required to be set. So, with USB_ETHER, USB_KEYBOARD and USB_EHCI_HCD, it works. Except for the last not sure if this is as expected. Thanks, Nuno _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

