diff options
author | isiora <none@example.com> | 2018-02-27 00:20:37 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-02-27 00:20:37 +0000 |
commit | f2e082d7d4722b23d039f9e2e0af09dc55383f6d (patch) | |
tree | 8b2173867b2c3a33c6386758bae38530dca120cf /os/common/startup | |
parent | fd8f6287118b696656a9363556403fb98d6a59ff (diff) | |
download | ChibiOS-f2e082d7d4722b23d039f9e2e0af09dc55383f6d.tar.gz ChibiOS-f2e082d7d4722b23d039f9e2e0af09dc55383f6d.tar.bz2 ChibiOS-f2e082d7d4722b23d039f9e2e0af09dc55383f6d.zip |
Added option to enable L2.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11577 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common/startup')
-rwxr-xr-x | os/common/startup/ARMCAx-TZ/devices/SAMA5D2/armparams.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */
/** @} */
|