modules: tf-m: disable audit log partition with medium profile
When compiling TF-M with profile_medium, disable the support for Audit Log due to an upstream bug. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
9b9a6a3f52
commit
edd4ab5bf0
|
@ -172,9 +172,11 @@ config TFM_PARTITION_PLATFORM
|
|||
options are handled by the build system in the trusted-firmware-m
|
||||
repository.
|
||||
|
||||
# Audit Log partition build fails for profile_medium, so disable
|
||||
# the combination for now.
|
||||
config TFM_PARTITION_AUDIT_LOG
|
||||
bool "Enable secure partition 'Audit Log'"
|
||||
default y
|
||||
bool "Enable secure partition 'Audit Log'" if (TFM_PROFILE != "profile_medium")
|
||||
default y if (TFM_PROFILE != "profile_medium")
|
||||
help
|
||||
Setting this option will cause '-DTFM_PARTITION_AUDIT_LOG'
|
||||
to be passed to the TF-M build system. Look at 'config_default.cmake'
|
||||
|
|
Loading…
Reference in a new issue