Skip to content

Commit c25254f

Browse files
committed
Remove ranges from overlays
Signed-off-by: Adam Szczygieł <[email protected]>
1 parent f4b44a9 commit c25254f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.overlay

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@
2626

2727
&cpuapp_ram0 {
2828
reg = <0x22000000 DT_SIZE_K(31)>;
29-
/* TODO: Is this necessary? */
30-
ranges = < 0x0 0x22000000 0x7C00 >;
3129
};

samples/subsys/mgmt/mcumgr/smp_svr/sysbuild/mcuboot.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
};
2626
};
2727

28-
/* TODO: Maybe this can be used? */
29-
/* /delete-node/ &sram0; */
30-
3128
&cpuapp_ram0 {
3229
reg = <0x22000000 DT_SIZE_K(31)>;
33-
34-
/* TODO: Is it needed? */
35-
ranges = < 0x0 0x22000000 0x7C00 >;
3630
};

0 commit comments

Comments
 (0)