Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Disabled boot banner in mcuboot config
Browse files Browse the repository at this point in the history
With the recent Zephyr upmerge a new boot banner configs were
enabled by default, what results in flash increase and memory
partition overflow. This commit disables newly introduced
configs.
  • Loading branch information
kkasperczyk-no committed May 23, 2024
1 parent 55e6ad4 commit 2b49c9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.mcuboot.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ config CONSOLE_HANDLER
config BOOT_BANNER
default n

config NCS_BOOT_BANNER
default n

config MCUBOOT_BOOT_BANNER
default n

config TIMESLICING
default n

Expand Down

0 comments on commit 2b49c9e

Please sign in to comment.