summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-cache.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-cache.h b/rtemsbsd/include/machine/rtems-bsd-cache.h
index 77cc0794..838f730b 100644
--- a/rtemsbsd/include/machine/rtems-bsd-cache.h
+++ b/rtemsbsd/include/machine/rtems-bsd-cache.h
@@ -27,6 +27,9 @@
#if defined(LIBBSP_ARM_LPC24XX_BSP_H)
/* No cache */
+#elif defined(LIBBSP_ARM_XILINX_ZYNQ_BSP_H)
+ /* With cache, no coherency support in hardware */
+ #define CPU_DATA_CACHE_ALIGNMENT 32
#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
/* With cache, no coherency support in hardware */
#include <libcpu/cache.h>