Skip to content

Commit c859608

Browse files
committed
[nrf noup] boot: zephyr: Add NCS boot banner
Adds a boot banner which shows as MCUboot Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 4b3d6ab)
1 parent 446967f commit c859608

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ CONFIG_CBPRINTF_NANO=y
3636
CONFIG_PICOLIBC=y
3737
### Disable malloc arena because we don't need it
3838
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
39+
40+
# NCS boot banner
41+
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="MCUboot"

0 commit comments

Comments
 (0)