Skip to content

Commit

Permalink
[nrf noup] boot: zephyr: Disable boot banner if NCS_BOOT_BANNER is used
Browse files Browse the repository at this point in the history
Mcuboot's boot banner should not be used if NCS boot banner is enabled.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 7b018cb)
  • Loading branch information
rlubos authored and anangl committed Jun 28, 2024
1 parent 152f641 commit f0a0c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ config BOOT_DISABLE_CACHES
config MCUBOOT_BOOT_BANNER
bool "Use MCUboot boot banner"
depends on BOOT_BANNER
depends on !NCS_BOOT_BANNER
depends on "$(APP_VERSION_EXTENDED_STRING)" != ""
default y
help
Expand Down

0 comments on commit f0a0c50

Please sign in to comment.