commit | eac90eeb52edf0f6f86339d586b790b5de380658 | [log] [tgz] |
---|---|---|
author | Immo Birnbaum <Immo.Birnbaum@weidmueller.com> | Thu Jul 15 10:27:44 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Oct 28 15:26:50 2021 +0200 |
tree | 86216058ee61cef83a6f869da0a8ec95732bb9b4 | |
parent | 85f53376dc6db618be56681dacc7759be7e4aa01 [diff] |
arch: arm: core: aarch32: limit ACTLR register access to Cortex-R The configuration bits ATCMPCEN, B0TCMPCEN and B1TCMPCEN in the ACTLR register referenced in the function z_arm_tcm_disable_ecc are only de- fined for Cortex-R CPUs. For Cortex-A CPUs, those bits are declared as reserved. Comp.: https://arm-software.github.io/CMSIS_5/Core_A/html/group__CMSIS__ACTLR.html Signed-off-by: Immo Birnbaum <Immo.Birnbaum@weidmueller.com>