Commit 6685d2e26e971e6ffb0d4d2a323b66c5eb3758a9

Authored by Lokesh Vutla
Committed by Tom Rini
1 parent fbbcb1e020

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/am43xx_evm_defconfig
... ... @@ -18,6 +18,7 @@
18 18 CONFIG_SPL_NET_SUPPORT=y
19 19 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
20 20 CONFIG_SPL_OS_BOOT=y
  21 +CONFIG_SPL_USB_HOST_SUPPORT=y
21 22 CONFIG_SPL_USB_GADGET=y
22 23 CONFIG_SPL_USB_ETHER=y
23 24 CONFIG_CMD_SPL=y