Skip to content

Commit 002838a

Browse files
nordicjmhenrikbrixandersen
authored andcommitted
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>
1 parent 9dc6040 commit 002838a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/ezurio/bl54l15_dvk/bl54l15_dvk_nrf54l10_cpuapp_ns.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
};
6060

6161
&cpuapp_rram {
62+
/* TODO: revert this hack when TF-M update is available that fixes partition sizes */
63+
reg = <0x0 DT_SIZE_K(1022)>;
64+
6265
partitions {
6366
compatible = "fixed-partitions";
6467
#address-cells = <1>;

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l10_cpuapp_ns.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
};
5959

6060
&cpuapp_rram {
61+
/* TODO: revert this hack when TF-M update is available that fixes partition sizes */
62+
reg = <0x0 DT_SIZE_K(1022)>;
63+
6164
partitions {
6265
compatible = "fixed-partitions";
6366
#address-cells = <1>;

0 commit comments

Comments
 (0)