projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5adbd4
)
defconfigs: am43xx_hs_evm: Add USB client boot mode support
author
Andrew F. Davis
<afd@ti.com>
Fri, 7 Apr 2017 15:11:24 +0000
(10:11 -0500)
committer
Tom Rini
<trini@konsulko.com>
Sun, 9 Apr 2017 01:35:10 +0000
(21:35 -0400)
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
patch
|
blob
|
history
diff --git
a/configs/am43xx_hs_evm_defconfig
b/configs/am43xx_hs_evm_defconfig
index 3b1a411519d168c25d00b4bf902ed02cab944192..7a27678ad0da9ba219b48ad2d12c5f26fc605e05 100644
(file)
--- 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