configs: am335x_evm: enable DM_USB_GADGET and USB_ETHER in u-boot and SPL
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Tue, 22 Jan 2019 15:48:18 +0000 (16:48 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 1 Feb 2019 14:09:40 +0000 (09:09 -0500)
commit94f0d13c9bd7eca3f7f9369cf1f2f8f32f04097f
treeeb720e8be1c03b1c0c5268f2798c4c7ea75ae0c4
parentdb34e0ede036f0abab95a4b60864ed799a7d0374
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>
configs/am335x_evm_defconfig