commit | c49cecd80d28e58e8bb601de32a7f9178111928d | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Dec 04 11:31:00 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 14 17:59:10 2018 +0100 |
tree | 0875a97af8b64280c42e08bfceaae6427011ee58 | |
parent | 1f29eb79db64c58322cba8422550faa6e131c5d0 [diff] |
configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPl Enable DM_USB and DM_USB_GADGET for this platform. Also enable RNDIS boot support (SPL load u-boot over USB RNDIS). This is an example of how to use DM_USB on a am335x-based board. A subsequent series will take this a step further and modify more defconfigs. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>