File tree Expand file tree Collapse file tree 4 files changed +8
-16
lines changed
tests/subsys/fs/littlefs/boards Expand file tree Collapse file tree 4 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: Apache-2.0
6
6
*/
7
7
8
- /delete-node/ &slot0_ns_partition;
9
8
/delete-node/ &slot1_partition;
10
- /delete-node/ &slot1_ns_partition;
11
9
12
10
&cpuapp_rram {
13
11
partitions {
14
12
compatible = "fixed-partitions";
15
13
#address-cells = <1>;
16
14
#size-cells = <1>;
17
15
18
- small_partition: partition@67000 {
16
+ small_partition: partition@b6000 {
19
17
label = "small";
20
- reg = <0x00067000 0x00010000>;
18
+ reg = <0x000b6000 0x00010000>;
21
19
};
22
20
};
23
21
};
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: Apache-2.0
6
6
*/
7
7
8
- /delete-node/ &slot0_ns_partition;
9
8
/delete-node/ &slot1_partition;
10
- /delete-node/ &slot1_ns_partition;
11
9
12
10
&cpuapp_rram {
13
11
partitions {
14
12
compatible = "fixed-partitions";
15
13
#address-cells = <1>;
16
14
#size-cells = <1>;
17
15
18
- small_partition: partition@67000 {
16
+ small_partition: partition@b6000 {
19
17
label = "small";
20
- reg = <0x00067000 0x00010000>;
18
+ reg = <0x000b6000 0x00010000>;
21
19
};
22
20
};
23
21
};
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
- /delete-node/ &slot0_ns_partition;
8
7
/delete-node/ &slot1_partition;
9
- /delete-node/ &slot1_ns_partition;
10
8
11
9
&cpuapp_rram {
12
10
partitions {
13
11
compatible = "fixed-partitions";
14
12
#address-cells = <1>;
15
13
#size-cells = <1>;
16
14
17
- small_partition: partition@67000 {
15
+ small_partition: partition@b6000 {
18
16
label = "small";
19
- reg = <0x00067000 0x00010000>;
17
+ reg = <0x000b6000 0x00010000>;
20
18
};
21
19
};
22
20
};
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
- /delete-node/ &slot0_ns_partition;
8
7
/delete-node/ &slot1_partition;
9
- /delete-node/ &slot1_ns_partition;
10
8
11
9
&cpuapp_rram {
12
10
partitions {
13
11
compatible = "fixed-partitions";
14
12
#address-cells = <1>;
15
13
#size-cells = <1>;
16
14
17
- small_partition: partition@67000 {
15
+ small_partition: partition@b6000 {
18
16
label = "small";
19
- reg = <0x00067000 0x00010000>;
17
+ reg = <0x000b6000 0x00010000>;
20
18
};
21
19
};
22
20
};
You can’t perform that action at this time.
0 commit comments