mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 16:25:00 +08:00
Add Xilinx Zynq BSP support
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user