Skip to content

Commit 6e47305

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]> (cherry picked from commit 220096b)
1 parent b27bf53 commit 6e47305

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
@@ -778,6 +778,7 @@ config BOOT_DISABLE_CACHES
778778
config MCUBOOT_BOOT_BANNER
779779
bool "Use MCUboot boot banner"
780780
depends on BOOT_BANNER
781+
depends on !NCS_BOOT_BANNER
781782
depends on "$(APP_VERSION_EXTENDED_STRING)" != ""
782783
default y
783784
help

0 commit comments

Comments
 (0)