On Sat, May 30, 2020 at 12:27 PM Tom Rini <tr...@konsulko.com> wrote: > > On Sat, May 30, 2020 at 01:20:10PM -0400, Tom Rini wrote: > > On Sat, May 30, 2020 at 10:29:04AM -0600, Simon Glass wrote: > > > > > This is defined in the asm/cache.h header file. Update this header file to > > > include it. > > > > > > Signed-off-by: Simon Glass <s...@chromium.org> > >
Tested-by: Adam Ford <aford...@gmail.com> #da850-evm > > Reviewed-by: Tom Rini <tr...@konsulko.com> > > > > There's also drivers/usb/host/ohci.h and lib/elf.c which also reference > > ARCH_DMA_MINALIGN without also logically pulling it in, I'll fix those. > > Dunno how I missed that 1/2 is what fixed that one, sorry. And > lib/elf.c is a problem in theory but would be a fail to build if not > pulled in logically so I'll leave it be for now. > > -- > Tom