commit | 326d8291a68ca987172b0a5cbe70b4833fdcc4a1 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Tue Feb 07 12:15:09 2023 +0100 |
committer | David Hu <david.hu@arm.com> | Thu Feb 09 04:34:39 2023 +0100 |
tree | e414990ff279fae185c04e4f8039ead8336514a3 | |
parent | 5fd40991b09df0a143c4b37a5dd314841c71eb8f [diff] |
secure_fw: crypto: Fix compilation with NV counter module disabled Fix compilation error when NV counter module has been disabled. Move nv_counter_permissions_check so that it is excluded from compilation when PLATFORM_NV_COUNTER_MODULE_DISABLED is defined. This function is referencing structs that do not exists because the headers are excluded. Change-Id: Ide5b082cdd2a7a346ba43c5f18098108c5d69764 Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>