From f2e082d7d4722b23d039f9e2e0af09dc55383f6d Mon Sep 17 00:00:00 2001 From: isiora Date: Tue, 27 Feb 2018 00:20:37 +0000 Subject: Added option to enable L2. git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11577 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/common/startup/ARMCAx-TZ/devices') diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h index 0f5f0a847..70fde6f1c 100755 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h @@ -89,6 +89,8 @@ #endif #define ARM_ENABLE_WFI_IDLE TRUE + +#define ARM_ENABLE_L2CC 0 #endif /* ARMPARAMS_H */ /** @} */ -- cgit v1.2.3