Skip to content

Commit 8d31ad7

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 50e1caa commit 8d31ad7

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

0 commit comments

Comments
 (0)