Skip to content

Commit cef4427

Browse files
mike-scottnvlsianpu
authored andcommitted
zephyr: kconfig: replace LOG_INPLACE_PROCESS setting w/ LOG_IMMEDIATE
Commit 1d9e5ee1 ("logging: Refactoring 'in place' mode to reduce memory footprint") changed the resource restrained version of LOGGER from LOG_INPLACE_PROCESS to LOG_IMMEDIATE. Signed-off-by: Michael Scott <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 419a475 commit cef4427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ config BOOT_HAVE_LOGGING
137137
bool "MCUboot have logging enabled"
138138
default y
139139
select LOG
140-
select LOG_INPLACE_PROCESS
140+
select LOG_IMMEDIATE
141141
help
142142
If y, enables logging on the serial port. The log level can
143143
be defined by setting `LOG_DEFAULT_LEVEL`.

0 commit comments

Comments
 (0)