Skip to content

Commit 2a8428a

Browse files
nordicjmjukkar
authored andcommitted
[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 8d31ad7)
1 parent 5926abe commit 2a8428a

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
@@ -31,3 +31,6 @@ CONFIG_PICOLIBC=y
3131
### Disable malloc arena because we don't need it
3232
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
3333
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
34+
35+
# NCS boot banner
36+
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="MCUboot"

0 commit comments

Comments
 (0)