Commit 3ea4ecd
[nrf noup] Make fprotect area span only MCUBoot
nrf-squash! [nrf noup] treewide: add NCS partition manager support
This commit changes the fprotect area size definition.
This is necessary, as if TFM is used, tfm_storage is placed
between mcuboot and the application. The old implementation
led to the protected fprotect area including both
MCUBoot and tfm_storage. This was unnecessary and
in case of nRF54L15 (where the maximum FPROTECT area is small)
not being able to use FPROTECT in case TF-M was used.
Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>1 parent 9ba25b8 commit 3ea4ecd
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
906 | 917 | | |
907 | 918 | | |
908 | 919 | | |
909 | 920 | | |
910 | 921 | | |
911 | 922 | | |
912 | | - | |
| 923 | + | |
913 | 924 | | |
914 | 925 | | |
915 | 926 | | |
| |||
0 commit comments