diff --git a/zephyr/samples/profiles/b-ld/boards/nucleo_f429zi.overlay b/zephyr/samples/profiles/b-ld/boards/nucleo_f429zi.overlay index bf5a3ad..317942d 100644 --- a/zephyr/samples/profiles/b-ld/boards/nucleo_f429zi.overlay +++ b/zephyr/samples/profiles/b-ld/boards/nucleo_f429zi.overlay @@ -4,16 +4,14 @@ * SPDX-License-Identifier: Apache-2.0 */ -/delete-node/ &storage_partition; - &flash0 { - partitions { - /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K - * (nvs.h: uint16_t sector_size) - */ - storage_partition: partition@100000 { - label = "storage"; - reg = <0x000100000 DT_SIZE_K(48)>; - }; - }; + partitions { + /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K + * (nvs.h: uint16_t sector_size) + */ + storage_partition: partition@100000 { + label = "storage"; + reg = <0x000100000 DT_SIZE_K(48)>; + }; + }; }; diff --git a/zephyr/samples/profiles/b-ls/boards/nucleo_f429zi.overlay b/zephyr/samples/profiles/b-ls/boards/nucleo_f429zi.overlay index bf5a3ad..317942d 100644 --- a/zephyr/samples/profiles/b-ls/boards/nucleo_f429zi.overlay +++ b/zephyr/samples/profiles/b-ls/boards/nucleo_f429zi.overlay @@ -4,16 +4,14 @@ * SPDX-License-Identifier: Apache-2.0 */ -/delete-node/ &storage_partition; - &flash0 { - partitions { - /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K - * (nvs.h: uint16_t sector_size) - */ - storage_partition: partition@100000 { - label = "storage"; - reg = <0x000100000 DT_SIZE_K(48)>; - }; - }; + partitions { + /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K + * (nvs.h: uint16_t sector_size) + */ + storage_partition: partition@100000 { + label = "storage"; + reg = <0x000100000 DT_SIZE_K(48)>; + }; + }; }; diff --git a/zephyr/samples/profiles/b-sa/boards/nucleo_f429zi.overlay b/zephyr/samples/profiles/b-sa/boards/nucleo_f429zi.overlay index bf5a3ad..317942d 100644 --- a/zephyr/samples/profiles/b-sa/boards/nucleo_f429zi.overlay +++ b/zephyr/samples/profiles/b-sa/boards/nucleo_f429zi.overlay @@ -4,16 +4,14 @@ * SPDX-License-Identifier: Apache-2.0 */ -/delete-node/ &storage_partition; - &flash0 { - partitions { - /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K - * (nvs.h: uint16_t sector_size) - */ - storage_partition: partition@100000 { - label = "storage"; - reg = <0x000100000 DT_SIZE_K(48)>; - }; - }; + partitions { + /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K + * (nvs.h: uint16_t sector_size) + */ + storage_partition: partition@100000 { + label = "storage"; + reg = <0x000100000 DT_SIZE_K(48)>; + }; + }; }; diff --git a/zephyr/samples/profiles/b-ss/boards/nucleo_f429zi.overlay b/zephyr/samples/profiles/b-ss/boards/nucleo_f429zi.overlay index 4d93314..687a23c 100644 --- a/zephyr/samples/profiles/b-ss/boards/nucleo_f429zi.overlay +++ b/zephyr/samples/profiles/b-ss/boards/nucleo_f429zi.overlay @@ -4,8 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/delete-node/ &storage_partition; - &flash0 { partitions { /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K