commit | face920d4e7b8a53914c81fece511f8b211b1a13 | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <Antonio.deAngelis@arm.com> | Wed Apr 24 10:19:47 2024 +0100 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Wed Apr 24 10:19:49 2024 +0100 |
tree | 8624ed8a1ea4781db991e13b267f8c8a4208e2c5 | |
parent | 3f1a808ec04f1c033456989019fe7d82477dab87 [diff] |
SPM: FPU: Use the correct defines to access ICB The symbol ICB is defined in CMSIS_6 only for devices which are based on Armv8.1-M architecture, while to access the Implementation Control Block register in other targets the define to use is SCnSCB. This is because the SCnSCB_Type is replaced by the ICB_Type definitions only for Armv8.1-M headers. Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com> Change-Id: I165fa01bbf7cebb484955f024b4c12ae0c35663c