Commit 9a60557
bootloader: Fix NSIB on nrf54l15dk/nrf54l15/cpuapp/ns
This commit fixes the device not booting on
nrf54l15dk/nrf54l15/cpuapp/ns target when NSIB is used.
The issue was being a result of the SRAM used by B0
not being properly placed (at sram_nonsecure, while
it should be at sram_secure). This resulted in KMU
hardware errors.
Signed-off-by: Artur Hadasz <[email protected]>1 parent 2ab0a19 commit 9a60557
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
107 | 117 | | |
108 | 118 | | |
109 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments