diff --git a/docs/release-notes.d/zephyr-boot-banner.md b/docs/release-notes.d/zephyr-boot-banner.md new file mode 100644 index 000000000..520113ea8 --- /dev/null +++ b/docs/release-notes.d/zephyr-boot-banner.md @@ -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.