File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tests/drivers/flash/common/boards Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
#size-cells = <1>;
12
12
13
13
code_partition: partition@0 {
14
- reg = <0x0 DT_SIZE_K(512 )>;
14
+ reg = <0x0 DT_SIZE_K(256 )>;
15
15
read-only;
16
16
};
17
17
18
- storage_partition: partition@80000 {
18
+ storage_partition: partition@40000 {
19
19
label = "storage";
20
- reg = <0x80000 DT_SIZE_K(512 )>;
20
+ reg = <0x40000 DT_SIZE_K(256 )>;
21
21
};
22
22
};
23
23
};
Original file line number Diff line number Diff line change 11
11
#size-cells = <1>;
12
12
13
13
code_partition: partition@0 {
14
- reg = <0x0 DT_SIZE_K(512 )>;
14
+ reg = <0x0 DT_SIZE_K(256 )>;
15
15
read-only;
16
16
};
17
17
18
- storage_partition: partition@80000 {
18
+ storage_partition: partition@40000 {
19
19
label = "storage";
20
- reg = <0x80000 DT_SIZE_K(512 )>;
20
+ reg = <0x40000 DT_SIZE_K(256 )>;
21
21
};
22
22
};
23
23
};
You can’t perform that action at this time.
0 commit comments