commit | 2593cdbfa90d87f6cc945f2b7d67a9c2405741e7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 30 10:29:03 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 02 13:06:10 2020 -0400 |
tree | 376a235a21d30b97a135ce4777932848edc207b3 | |
parent | f78bbf89448edfa2ad2958475c4a62a3230b1996 [diff] |
usb: ohci: Add header file for ARCH_DMA_MINALIGN 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 <aford173@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>