mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-02 04:33:03 +08:00
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:
parent
5e3780023c
commit
7e453ad5c9
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#define USB_HAVE_BUSDMA 1
|
#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
|
#define USB_NEED_BUSDMA_COHERENT_ALLOC 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user