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:
Jamie McCrae 2025-06-17 08:54:10 +01:00 committed by Henrik Brix Andersen
commit 002838ab9e
2 changed files with 6 additions and 0 deletions

View file

@ -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>;

View file

@ -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>;