commit | 72be2375614a6e5036a8c3207b187ac318a74991 | [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 | 371a2e775322bd995a945f108c5c91bde342062a [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>