Re: [U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support

2015-06-16 Thread Mugunthan V N
On Thursday 11 June 2015 12:26 AM, Tom Rini wrote: > On Wed, Jun 10, 2015 at 03:04:16PM +0530, Mugunthan V N wrote: > >> While booting via usb host mode, ROM uses DMA to copy MLO over USB so >> ARM internal RAM cannot be used. Adding USB host boot support by >> introducing new config target which

Re: [U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support

2015-06-10 Thread Tom Rini
On Wed, Jun 10, 2015 at 03:04:16PM +0530, Mugunthan V N wrote: > While booting via usb host mode, ROM uses DMA to copy MLO over USB so > ARM internal RAM cannot be used. Adding USB host boot support by > introducing new config target which sets SPL_TEXT_BASE to OCMC ram. > > Signed-off-by: Mugunt

[U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support

2015-06-10 Thread Mugunthan V N
While booting via usb host mode, ROM uses DMA to copy MLO over USB so ARM internal RAM cannot be used. Adding USB host boot support by introducing new config target which sets SPL_TEXT_BASE to OCMC ram. Signed-off-by: Mugunthan V N --- configs/am43xx_evm_usbhost_boot_defconfig | 5 + include