Commit fd5030e
committed
[nrf noup] soc: nrf54l: Non-XIP KMU reserved memory fix
The linker script inclusion which places the KMU reserved
buffer on the top of RAM doesn't work for non-XIP builds.
The Zephyr linker script will firstly load the code for
an non-XIP build in RAM and then include this KMU related
linker script which results in an unpredictable placement
of the KMU reserved area and a failed build.
In order to support non-XIP builds the linker file is not
included and the a DTS reserved-memory entry should be used.
To limit the scope, the DTS reserved memory region
is currently only supported for non-XIP builds.
This is a noup since the KMU is not supported upstream.
Signed-off-by: Georgios Vasilakis <[email protected]>1 parent 107f9f0 commit fd5030e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments