Commit 7854338
committed
[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 <[email protected]>1 parent 3839107 commit 7854338
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | | - | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
909 | 913 | | |
910 | 914 | | |
911 | 915 | | |
912 | | - | |
| 916 | + | |
913 | 917 | | |
914 | 918 | | |
915 | 919 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments