Skip to content

Commit 858dd03

Browse files
committed
[nrf temphack] prj.conf: don't use CONFIG_LOG_MODE_MINIMAL yet
MCUboot was updated to newer version which uses refactored LOG Kconfig keyword not available in sdk-zephyr yet. Revert this commit on the next upmerge. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent b767052 commit 858dd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CONFIG_FPROTECT=y
3131
# CONFIG_I2C is not set
3232

3333
CONFIG_LOG=y
34-
CONFIG_LOG_MODE_MINIMAL=y # former CONFIG_MODE_MINIMAL
34+
CONFIG_LOG_MINIMAL=y
3535
### Ensure Zephyr logging changes don't use more resources
3636
CONFIG_LOG_DEFAULT_LEVEL=0
3737
### Decrease footprint by ~4 KB in comparison to CBPRINTF_COMPLETE=y

0 commit comments

Comments
 (0)