docs: release-notes: Add note on Zephyr boot banner

Adds a note about the new Zephyr MCUboot boot banner feature

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-04-18 09:16:09 +01:00 committed by Jamie
parent 1496129235
commit 02267cfdb5
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- Zephyr: Added a MCUboot banner which displays the version of
MCUboot being used and the version of zephyr. This can be
disabled by setting ``CONFIG_MCUBOOT_BOOT_BANNER=n`` which
will revert back to the default zephyr boot banner.