Skip to content

Commit 37c44fd

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 3191eb0 commit 37c44fd

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
@@ -38,3 +38,6 @@ CONFIG_PICOLIBC=y
3838
### Disable malloc arena because we don't need it
3939
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
4040
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
41+
42+
# NCS boot banner
43+
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="MCUboot"

0 commit comments

Comments
 (0)