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 <[email protected]> (cherry picked from commit 8a07053d42e592c85cb35b79c4de1b7749943387)
1 parent 473f7d7 commit 1a0361b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)