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:
fbbcb1e
)
configs: am43xx_evm: Enable USB support
author
Lokesh Vutla
<lokeshvutla@ti.com>
Mon, 30 Sep 2019 12:54:06 +0000
(18:24 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Oct 2019 17:32:39 +0000
(13:32 -0400)
spl_dm_init is failing as usb to be probed with the following error:
"omap_dwc3@
483c0000
: ret=-2"
Enable usb to make spl boot on am43xx devices
Reported-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/am43xx_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/am43xx_evm_defconfig
b/configs/am43xx_evm_defconfig
index 7367c6952b0e31c1c8530ce36cd9b0848816df6b..5e3e01c9153ff37ba123dc5362ae50801876cc26 100644
(file)
--- a/
configs/am43xx_evm_defconfig
+++ b/
configs/am43xx_evm_defconfig
@@
-18,6
+18,7
@@
CONFIG_SPL_MTD_SUPPORT=y
CONFIG_SPL_NET_SUPPORT=y
CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
CONFIG_SPL_OS_BOOT=y
+CONFIG_SPL_USB_HOST_SUPPORT=y
CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_USB_ETHER=y
CONFIG_CMD_SPL=y