Commit 89c76c4
committed
[nrf fromtree] platform: nordic_nrf: Fix SAU region limit off by one
The SAU region limit is inclusive and 32-byte aligned, so using the UICR base
as the limit makes the region cover the first 32 bytes of the UICR, which is
where UICR.APPROTECT lives. Use the last address before the UICR instead.
Change-Id: Ife5ba7c2e75c9571072ab176f63e4d8cbaa46d72
Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>
(cherry picked from commit e6a1352bc557b3f65c73dae48ab18716702782e8)1 parent c7fa24e commit 89c76c4
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments