if_dwc: Add Altera Cyclone V support

This commit is contained in:
Sebastian Huber
2015-03-26 15:39:18 +01:00
parent 6b176ce668
commit aee6864330
3 changed files with 25 additions and 2 deletions

View File

@@ -44,7 +44,8 @@
#if defined(LIBBSP_ARM_LPC24XX_BSP_H)
/* No cache */
#elif defined(LIBBSP_ARM_XILINX_ZYNQ_BSP_H)
#elif defined(LIBBSP_ARM_ALTERA_CYCLONE_V_BSP_H) || \
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)