]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: ohci: Add header file for ARCH_DMA_MINALIGN
authorSimon Glass <sjg@chromium.org>
Sat, 30 May 2020 16:29:03 +0000 (10:29 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 17:06:10 +0000 (13:06 -0400)
commit72be2375614a6e5036a8c3207b187ac318a74991
tree376a235a21d30b97a135ce4777932848edc207b3
parent371a2e775322bd995a945f108c5c91bde342062a
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>
drivers/usb/host/ohci.h