diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 0cd43b8d0b02..f7339ff73aaf 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -478,7 +478,10 @@ zcbor Trusted Firmware-M ================== -|no_changes_yet_note| +* The minimal TF-M build profile no longer silences TF-M logs by default. + + .. note:: + This can be a breaking change if the UART instance used by TF-M is already in use, for example by modem trace with a UART backend. cJSON ===== diff --git a/modules/trusted-firmware-m/Kconfig b/modules/trusted-firmware-m/Kconfig index 598eeaa07faa..e8e4b7202aa4 100644 --- a/modules/trusted-firmware-m/Kconfig +++ b/modules/trusted-firmware-m/Kconfig @@ -82,7 +82,6 @@ choice TFM_PROFILE_TYPE config TFM_PROFILE_TYPE_MINIMAL bool "Use minimal TF-M build" select PSA_DEFAULT_OFF - imply TFM_LOG_LEVEL_SILENCE help Use minimal TF-M build. This will make the TF-M image fit within 32kB. No configuration of the size of the partition nor the features of the