summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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