From e367e16c6ad30dc3c0cf64084062a6569f624604 Mon Sep 17 00:00:00 2001 From: isiora Date: Fri, 13 Apr 2018 13:57:04 +0000 Subject: Added ARM_SUPPORTS_L2CC. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11933 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/common/startup') diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h index 70fde6f1c..d60393bcc 100755 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h @@ -85,12 +85,12 @@ #define ARM_IRQ_VECTOR_REG 0xF803C010U #else #define ARM_IRQ_VECTOR_REG 0xF803C010 - #endif #define ARM_ENABLE_WFI_IDLE TRUE -#define ARM_ENABLE_L2CC 0 +#define ARM_SUPPORTS_L2CC 1 + #endif /* ARMPARAMS_H */ /** @} */ -- cgit v1.2.3