Skip to content

Commit ebbd5c4

Browse files
committed
[nrf noup] boot/zephyr: fix and rename nrf54l15dk ext flash configs
nrf-squash! [nrf noup] boot/zephyr: update nrf54l15dk ext flash configs This commit removes the partition definitions from nrf54L ext flash configs, as they are no longer needed, as the pure DTS configuration is no longer supported on nRF54L. They also caused issues, as they were not compatible with nRF54L10 and nRF54L05. It renames nrf54l15dk_nrf54l15_cpuapp_ext_flash.* overlays to nrf54l15dk_ext_flash.*, as now the same configuration can be used on nRF54L15, nRF54L10 and nRF54L05. Signed-off-by: Artur Hadasz <[email protected]>
1 parent 6256d9f commit ebbd5c4

File tree

3 files changed

+9
-48
lines changed

3 files changed

+9
-48
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
nordic,pm-ext-flash = &mx25r64;
4+
};
5+
};
6+
7+
&mx25r64 {
8+
status = "okay";
9+
};

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)