boards: nordic: nrf54l10_cpuapp_ns: Add workaround for partitions
Adds a workaround for partitions on nrf54l10 non-secure devices to prevent build issues, this needs to be fixed properly when a TF-M update is done which sets the partition sizes properly Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
9dc6040fcd
commit
002838ab9e
2 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
|||
};
|
||||
|
||||
&cpuapp_rram {
|
||||
/* TODO: revert this hack when TF-M update is available that fixes partition sizes */
|
||||
reg = <0x0 DT_SIZE_K(1022)>;
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -58,6 +58,9 @@
|
|||
};
|
||||
|
||||
&cpuapp_rram {
|
||||
/* TODO: revert this hack when TF-M update is available that fixes partition sizes */
|
||||
reg = <0x0 DT_SIZE_K(1022)>;
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue