You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf noup] boot: zephyr: Trailing write protected region
The write permissions granted above the highest addressed slot started
at the end of the partition, leaving partitions placed above the slot
writable by the booted image.
On the nRF9251 DK, the PERIPHCONF and MPCCONF partitions sit
above slot0, as the bootloader and slot0 partitions are kept adjacent.
Move the start of that range up by the configured trailing region size
which needs no additional MPC override. Only the entries applied when
booting an image from its first slot are covered, so a BUILD_ASSERT
rejects the option together with direct XIP.
The size defaults to zero, which leaves the generated entries unchanged.
Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
0 commit comments