Skip to content

Commit 7d34324

Browse files
rlubosbjarki-andreasen
authored andcommitted
[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 7b018cb)
1 parent db54c65 commit 7d34324

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
@@ -717,6 +717,7 @@ config BOOT_DISABLE_CACHES
717717
config MCUBOOT_BOOT_BANNER
718718
bool "Use MCUboot boot banner"
719719
depends on BOOT_BANNER
720+
depends on !NCS_BOOT_BANNER
720721
depends on "$(APP_VERSION_EXTENDED_STRING)" != ""
721722
default y
722723
help

0 commit comments

Comments
 (0)