Skip to content

Commit 26d9f6e

Browse files
ahasztagnvlsianpu
authored andcommitted
[nrf noup] bootloader: Fix logging in bootloader requests module
nrf-squash! [nrf noup] bootloader: Add bootloader requests boot_request_retention.c could not be built if logs were disabled. Signed-off-by: Artur Hadasz <[email protected]>
1 parent 7b333ff commit 26d9f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/bootutil/zephyr/src/boot_request_retention.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/** Additional memory used by the retention subsystem (2B - prefix, 4B - CRC).*/
1515
#define BOOT_REQUEST_ENTRY_METADATA_SIZE (2 + 4)
1616

17-
MCUBOOT_LOG_MODULE_REGISTER(bootloader_request);
17+
BOOT_LOG_MODULE_REGISTER(bootloader_request);
1818

1919
static const struct device *bootloader_request_dev =
2020
DEVICE_DT_GET(DT_CHOSEN(nrf_bootloader_request));

0 commit comments

Comments
 (0)