Skip to content

Commit

Permalink
[nrf noup] boot: zephyr: Add NCS boot banner
Browse files Browse the repository at this point in the history
Adds a boot banner which shows as MCUboot

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and anangl committed Jun 12, 2024
1 parent f1c2b8c commit 6869a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boot/zephyr/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ CONFIG_CBPRINTF_NANO=y
### Use the minimal C library to reduce flash usage
CONFIG_MINIMAL_LIBC=y
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0

# NCS boot banner
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="MCUboot"

0 comments on commit 6869a65

Please sign in to comment.