File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
25
25
storage_partition: partition@100000 {
26
26
label = "storage";
27
- reg = <0x100000 DT_SIZE_M(1)>;
27
+ reg = <0x100000 DT_SIZE_M(1)>;
28
28
};
29
29
};
30
30
};
Original file line number Diff line number Diff line change 9
9
10
10
partitions {
11
11
compatible = "fixed-partitions";
12
- #address-cells = < 0x1 >;
13
- #size-cells = < 0x1 >;
12
+ #address-cells = <0x1>;
13
+ #size-cells = <0x1>;
14
14
15
15
second_stage_bootloader: partition@0 {
16
16
label = "second_stage_bootloader";
17
- reg = < 0x0 0x100 >;
17
+ reg = <0x0 0x100>;
18
18
read-only;
19
19
};
20
20
21
21
boot_partition: partition@100 {
22
22
label = "mcuboot";
23
- reg = < 0x100 0xfe00 >;
23
+ reg = <0x100 0xfe00>;
24
24
};
25
25
26
26
slot0_partition: partition@10000 {
27
27
label = "image-0";
28
- reg = < 0x10000 0xd0000 >;
28
+ reg = <0x10000 0xd0000>;
29
29
};
30
30
31
31
slot1_partition: partition@E0000 {
32
32
label = "image-1";
33
- reg = < 0xe0000 0xd0000 >;
33
+ reg = <0xe0000 0xd0000>;
34
34
};
35
35
36
36
storage_partition: partition@1B0000 {
37
37
label = "storage";
38
- reg = < 0x1b0000 0x50000 >;
38
+ reg = <0x1b0000 0x50000>;
39
39
};
40
40
};
41
41
};
You can’t perform that action at this time.
0 commit comments