Skip to content

Commit 9e658e7

Browse files
committed
samples: subsys: nvs: stm32 overlays fixup
Don't try to delete partitions that doesn't exist anymore Signed-off-by: Erwan Gouriou <[email protected]>
1 parent e610d2b commit 9e658e7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

samples/subsys/nvs/boards/disco_l475_iot1.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77

8-
/delete-node/ &scratch_partition;
98
/delete-node/ &storage_partition;
109

1110
/ {

samples/subsys/nvs/boards/nucleo_f429zi.overlay

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/delete-node/ &storage_partition;
8-
97
&flash0 {
108
partitions {
119
/* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K

0 commit comments

Comments
 (0)