Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@
reg = <0x5000 DT_SIZE_K(4)>;
};

s0_partition: partition@6000 {
/* Define 'slot0_partition' and 'slot1_partition' as additional labels.
* This keeps compatibility with the Partition Manager.
*/
slot0_partition: s0_partition: partition@6000 {
compatible = "zephyr,mapped-partition";
label = "b0-image-0";
reg = <0x6000 DT_SIZE_K(496)>;
};

s1_partition: partition@82000 {
slot1_partition: s1_partition: partition@82000 {
compatible = "zephyr,mapped-partition";
label = "b0-image-1";
reg = <0x82000 DT_SIZE_K(496)>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@
reg = <0x8000 DT_SIZE_K(4)>;
};

s0_partition: partition@9000 {
/* Define 'slot0_partition' and 'slot1_partition' as additional labels.
* This keeps compatibility with the Partition Manager.
*/
slot0_partition: s0_partition: partition@9000 {
compatible = "zephyr,mapped-partition";
label = "b0-image-0";
reg = <0x9000 DT_SIZE_K(488)>;
};

s1_partition: partition@83000 {
slot1_partition: s1_partition: partition@83000 {
compatible = "zephyr,mapped-partition";
label = "b0-image-1";
reg = <0x83000 DT_SIZE_K(488)>;
Expand Down
Loading