Skip to content
Snippets Groups Projects
Commit 2f0cac1b authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tom Rini
Browse files

defconfigs: am43xx_hs_evm: Add USB Host boot mode support


Enable SPL_USB_HOST_SUPPORT in the default defconfig to allow
booting from USB peripherals. Unlike the non-HS boards, we
already load SPL to a 0x4030_0000+ address, so no other changes
are needed.

Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
parent 55cedd38
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ 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_HOST_SUPPORT=y
CONFIG_SPL_USB_SUPPORT=y
CONFIG_SPL_USB_GADGET_SUPPORT=y
CONFIG_SPL_USBETH_SUPPORT=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment