commit | 62a814310e4794a1218d0057142cf57349924a1c | [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 | 9648865d5eba4478398051b59610992bd698fb5a [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>