]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
defconfigs: am43xx_hs_evm: Add USB Host boot mode support
authorAndrew F. Davis <afd@ti.com>
Fri, 7 Apr 2017 15:11:25 +0000 (10:11 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 9 Apr 2017 01:35:10 +0000 (21:35 -0400)
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>
configs/am43xx_hs_evm_defconfig

index 7a27678ad0da9ba219b48ad2d12c5f26fc605e05..795dfd717be3a85c3b20ae51258707370a367543 100644 (file)
@@ -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