aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARM')
-rwxr-xr-xos/common/startup/ARM/devices/SAMA5D2/armparams.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/common/startup/ARM/devices/SAMA5D2/armparams.h b/os/common/startup/ARM/devices/SAMA5D2/armparams.h
index d63c3c057..eda1b382d 100755
--- a/os/common/startup/ARM/devices/SAMA5D2/armparams.h
+++ b/os/common/startup/ARM/devices/SAMA5D2/armparams.h
@@ -85,10 +85,12 @@
#define ARM_IRQ_VECTOR_REG 0xFC020010U
#else
#define ARM_IRQ_VECTOR_REG 0xFC020010
-
#endif
#define ARM_ENABLE_WFI_IDLE FALSE
+
+#define ARM_SUPPORTS_L2CC 1
+
#endif /* ARMPARAMS_H */
/** @} */