diff mbox

[U-Boot,v2,6/8] defconfigs: am43xx_hs_evm: Add USB client boot mode support

Message ID 20170407151126.6035-7-afd@ti.com
State Accepted
Commit 55cedd387a8d7f8dc0b54278bc8908b45d3d98c6
Delegated to: Tom Rini
Headers show

Commit Message

Andrew Davis April 7, 2017, 3:11 p.m. UTC
Enable CONFIG_SPL_USBETH_SUPPORT in the default defconfig to allow
booting as a USB RNDIS peripheral.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/am43xx_hs_evm_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini April 10, 2017, 6:26 p.m. UTC | #1
On Fri, Apr 07, 2017 at 10:11:24AM -0500, Andrew F. Davis wrote:

> Enable CONFIG_SPL_USBETH_SUPPORT in the default defconfig to allow
> booting as a USB RNDIS peripheral.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index 3b1a411519..7a27678ad0 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -19,6 +19,9 @@  CONFIG_SPL_ETH_SUPPORT=y
 CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_NET_SUPPORT=y
 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
+CONFIG_SPL_USB_SUPPORT=y
+CONFIG_SPL_USB_GADGET_SUPPORT=y
+CONFIG_SPL_USBETH_SUPPORT=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set