Skip to content

Commit

Permalink
[nrf temphack] prj.conf: don't use CONFIG_LOG_MODE_MINIMAL yet
Browse files Browse the repository at this point in the history
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 <andrzej.puzdrowski@nordicsemi.no>
  • Loading branch information
nvlsianpu committed Feb 8, 2021
1 parent b767052 commit 858dd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CONFIG_FPROTECT=y
# CONFIG_I2C is not set

CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y # former CONFIG_MODE_MINIMAL
CONFIG_LOG_MINIMAL=y
### Ensure Zephyr logging changes don't use more resources
CONFIG_LOG_DEFAULT_LEVEL=0
### Decrease footprint by ~4 KB in comparison to CBPRINTF_COMPLETE=y
Expand Down

0 comments on commit 858dd03

Please sign in to comment.