summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-05-27 09:55:43 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-07-29 11:19:14 +0200
commit828969e52502d695ba294ab3827c9b81c85034d0 (patch)
tree3697a0bd07162ac860511751d959613c118fef12 /rtemsbsd/include/rtems
parentbusdma: Don't sync nocache memory on ARM (diff)
downloadrtems-libbsd-828969e52502d695ba294ab3827c9b81c85034d0.tar.bz2
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
Diffstat (limited to 'rtemsbsd/include/rtems')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_usb.h b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
index 9f654863..a4138d5b 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_usb.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
@@ -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