Commit 2f0cac1bbf444653f12f692c7dfca7e1ef804a34

Authored by Andrew F. Davis
Committed by Tom Rini
1 parent 55cedd387a

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: Andrew F. Davis <afd@ti.com>

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

configs/am43xx_hs_evm_defconfig
... ... @@ -19,6 +19,7 @@
19 19 CONFIG_SPL_MTD_SUPPORT=y
20 20 CONFIG_SPL_NET_SUPPORT=y
21 21 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
  22 +CONFIG_SPL_USB_HOST_SUPPORT=y
22 23 CONFIG_SPL_USB_SUPPORT=y
23 24 CONFIG_SPL_USB_GADGET_SUPPORT=y
24 25 CONFIG_SPL_USBETH_SUPPORT=y