commit | 2c753142def3cef335c266233d41ed29b9e40119 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Dec 04 11:30:48 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 14 17:59:09 2018 +0100 |
tree | ac14a52b2d78f78756457b899e32d5116b386232 | |
parent | 66fea5e7be7b96b7becc65cd1bdef52bf28ebe45 [diff] |
spl: net: dm: usb: bind the gadget before attempting to load the image If DM_USB_GADGET is used, the usb ethernet gadget driver must be bound to a controller before the image can be downloaded over the network. In u-boot this can be done with the bind command. In SPL it must be done programmatically. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>