]> git.baikalelectronics.ru Git - uboot.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)
commitc1c6ee5eeff6e8af35f1a75cc15cf0bb4853a925
tree376a235a21d30b97a135ce4777932848edc207b3
parent0c235985ac597ba162e085cdba5dead44b306817
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: 00158ea1609 ("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