Re: [U-Boot] [PATCH 2/2] configs: am43xx_hs_evm: Add USB Host boot mode support

2017-03-12 Thread Lokesh Vutla
On Saturday 11 March 2017 03:32 AM, Andrew F. Davis wrote: > 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_+ address, so no other changes > are needed. > > Signed-off-by: Andrew F. Dav

[U-Boot] [PATCH 2/2] configs: am43xx_hs_evm: Add USB Host boot mode support

2017-03-10 Thread Andrew F. Davis
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_+ address, so no other changes are needed. Signed-off-by: Andrew F. Davis --- configs/am43xx_hs_evm_defconfig | 2 ++ 1 file changed, 2 insert