commit | fc3a0f07dbe2ab49b3f10f6c7b9bb90585437e40 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <ilya.yanok@cogentembedded.com> | Tue Feb 05 11:36:24 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Feb 18 13:48:04 2013 -0500 |
tree | 421090b9076275ee86467eee25fb8a9590bd9f61 | |
parent | cda170154e428a1f90d5ce66e4cc6af1743db9d8 [diff] |
spl: support for booting via usbeth In case of usbeth booting just call net_load_image("usb_ether"). This patch also adds CONFIG_SPL_USBETH_SUPPORT and CONFIG_SPL_MUSB_NEW_SUPPORT config options to enable linking of SPL against USB gagdet support and new MUSB driver resp. Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>