diff options
author | Andrew F. Davis <afd@ti.com> | 2017-04-07 10:11:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 21:35:10 -0400 |
commit | 2f0cac1bbf444653f12f692c7dfca7e1ef804a34 (patch) | |
tree | 40fd4395b518e2d68e863a258b36eeb9390d033b /configs/am43xx_hs_evm_defconfig | |
parent | 55cedd387a8d7f8dc0b54278bc8908b45d3d98c6 (diff) | |
download | u-boot-2f0cac1bbf444653f12f692c7dfca7e1ef804a34.tar.gz |
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>
Diffstat (limited to 'configs/am43xx_hs_evm_defconfig')
-rw-r--r-- | configs/am43xx_hs_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index 7a27678ad0..795dfd717b 100644 --- a/configs/am43xx_hs_evm_defconfig +++ b/configs/am43xx_hs_evm_defconfig @@ -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 |