commit | 94f0d13c9bd7eca3f7f9369cf1f2f8f32f04097f | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Jan 22 16:48:18 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 01 09:09:40 2019 -0500 |
tree | eb720e8be1c03b1c0c5268f2798c4c7ea75ae0c4 | |
parent | db34e0ede036f0abab95a4b60864ed799a7d0374 [diff] |
configs: am335x_evm: enable DM_USB_GADGET and USB_ETHER in u-boot and SPL The AM335x ROM boot is able to download the SPL from a RNDIS connection on USB0. To enable a full RNDIS boot flow (romboot -> SPL -> u-boot -> ..), we can use USB_ETHER in SPL and u-boot. However this increase the size of the SPL past its limit. So removing the unused SPL_EXT_SUPPORT. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>