diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-09-30 18:24:06 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 13:32:39 -0400 |
commit | 6685d2e26e971e6ffb0d4d2a323b66c5eb3758a9 (patch) | |
tree | 9005143e19a824f80e0ad6dcdefa59bf5fd53421 /configs/am43xx_evm_defconfig | |
parent | fbbcb1e0207f3cde5561f438920151886b4358b4 (diff) | |
download | u-boot-6685d2e26e971e6ffb0d4d2a323b66c5eb3758a9.tar.gz u-boot-6685d2e26e971e6ffb0d4d2a323b66c5eb3758a9.tar.bz2 u-boot-6685d2e26e971e6ffb0d4d2a323b66c5eb3758a9.zip |
configs: am43xx_evm: Enable USB support
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>
Diffstat (limited to 'configs/am43xx_evm_defconfig')
-rw-r--r-- | configs/am43xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index 7367c6952b..5e3e01c915 100644 --- 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 |