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 <mike@foundries.io>
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Michael Scott 2019-02-01 11:12:15 -08:00 committed by Andrzej Puzdrowski
parent 419a47531b
commit cef4427d8d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ config BOOT_HAVE_LOGGING
bool "MCUboot have logging enabled"
default y
select LOG
select LOG_INPLACE_PROCESS
select LOG_IMMEDIATE
help
If y, enables logging on the serial port. The log level can
be defined by setting `LOG_DEFAULT_LEVEL`.