imx: Don't use USB_NEED_BUSDMA_COHERENT_ALLOC

That option makes problems with some drivers because the buffers are not
allways cache line aligned.

Update 3869
This commit is contained in:
Christian Mauderer 2020-05-27 09:55:43 +02:00
parent 5e3780023c
commit 7e453ad5c9

View File

@ -7,7 +7,7 @@
#define USB_HAVE_BUSDMA 1
#if !defined(LIBBSP_ARM_IMX_BSP_H) && !defined(LIBBSP_ARM_STM32H7_BSP_H)
#if !defined(LIBBSP_ARM_STM32H7_BSP_H)
#define USB_NEED_BUSDMA_COHERENT_ALLOC 1
#endif