Re: [PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN

2020-06-03 Thread Tom Rini
On Sat, May 30, 2020 at 10:29:03AM -0600, Simon Glass wrote: > This is defined in the asm/cache.h header file. Update this header file to > include it so it gets the same value consistently across U-Boot. > > This fixes 'usb host' on omapl138_lcdk. > > Fixes: 90526e9fbac ("common: Drop net.h

Re: [PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Tom Rini
On Sat, May 30, 2020 at 10:29:03AM -0600, Simon Glass wrote: > This is defined in the asm/cache.h header file. Update this header file to > include it so it gets the same value consistently across U-Boot. > > This fixes 'usb host' on omapl138_lcdk. > > Fixes: 90526e9fbac ("common: Drop net.h

Re: [PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Adam Ford
On Sat, May 30, 2020 at 11:29 AM Simon Glass wrote: > > This is defined in the asm/cache.h header file. Update this header file to > include it so it gets the same value consistently across U-Boot. > > This fixes 'usb host' on omapl138_lcdk. Thank you. This series also fixes the da850-evm. > >

[PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Simon Glass
This is defined in the asm/cache.h header file. Update this header file to include it so it gets the same value consistently across U-Boot. This fixes 'usb host' on omapl138_lcdk. Fixes: 90526e9fbac ("common: Drop net.h from common header") Reported-by: Adam Ford Signed-off-by: Simon Glass ---