Skip to content

Commit 1a0361b

Browse files
de-nordicnvlsianpu
authored andcommitted
[nrf fromtree] bootutil: Fix log module registration
Use BOOT_LOG_MODULE_REGISTER(mcuboot_psa_enc), instead of BOOT_LOG_MODULE_DECLARE. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> (cherry picked from commit 8a07053)
1 parent 473f7d7 commit 1a0361b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot/bootutil/src/encrypted_psa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "bootutil_priv.h"
2626
#include "bootutil/bootutil_log.h"
2727

28-
BOOT_LOG_MODULE_DECLARE(mcuboot_psa_enc);
28+
BOOT_LOG_MODULE_REGISTER(mcuboot_psa_enc);
2929

3030
#if defined(MCUBOOT_HMAC_SHA512)
3131
#define PSA_HMAC_HKDF_SHA PSA_ALG_SHA_512

0 commit comments

Comments
 (0)