Skip to content

Commit d02725f

Browse files
JordanYateskartben
authored andcommitted
boards: nordic: nrf9160dk: fix NS application SRAM
Fix the node configured as the application SRAM partition. This aligns this board with all the other Nordic DK `_ns` boards. Signed-off-by: Jordan Yates <[email protected]>
1 parent cd9a28f commit d02725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/ {
1212
chosen {
1313
zephyr,flash = &flash0;
14-
zephyr,sram = &sram0_ns;
14+
zephyr,sram = &sram0_ns_app;
1515
zephyr,code-partition = &slot0_ns_partition;
1616
};
1717
};

0 commit comments

Comments
 (0)