
22 Jan
2019
22 Jan
'19
6:06 p.m.
On Tue, Jan 22, 2019 at 04:48:18PM +0100, Jean-Jacques Hiblot wrote:
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
Since I don't _think_ anyone ever ended up making use of extN support in SPL (even for Falcon mode) I guess this is an OK choice for the "kitchen sink" config.
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom