Skip to content

Commit 7b018cb

Browse files
committed
[nrf noup] boot: zephyr: Disable boot banner if NCS_BOOT_BANNER is used
Mcuboot's boot banner should not be used if NCS boot banner is enabled. Signed-off-by: Robert Lubos <[email protected]>
1 parent 8f0460a commit 7b018cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ config BOOT_DISABLE_CACHES
705705
config MCUBOOT_BOOT_BANNER
706706
bool "Use MCUboot boot banner"
707707
depends on BOOT_BANNER
708+
depends on !NCS_BOOT_BANNER
708709
depends on "$(APP_VERSION_EXTENDED_STRING)" != ""
709710
default y
710711
help

0 commit comments

Comments
 (0)