docs: release-notes: Add note on zephyr auto max sectors

Adds a note about the new feature that has been added

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-07-25 14:39:36 +01:00 committed by Jamie
parent eaae6500a7
commit 4baa6d3243
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
- Added support for automatically calculating the maximum number
of sectors that are needed for a build by checking the erase
sizes of the partitions using CMake for Zephyr. This behaviour
can be reverted to the old manual behaviour by disabling
``CONFIG_BOOT_MAX_IMG_SECTORS_AUTO``