Skip to content

Commit

Permalink
iRemove commented code from circuitdojo overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
bandogora committed May 21, 2024
1 parent 44e1db4 commit 71f7e7b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/boards/circuitdojo_feather_nrf9160_ns.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@

/delete-node/ &boot_partition;
/delete-node/ &slot0_partition;
// /delete-node/ &slot0_ns_partition;
/delete-node/ &slot1_partition;
// /delete-node/ &slot1_ns_partition;
/delete-node/ &scratch_partition;

&flash0 {
Expand All @@ -94,10 +92,6 @@
label = "image-0";
reg = <0x000010000 0x0000e8000>;
};
// slot0_ns_partition: partition@40000 {
// label = "image-0-nonsecure";
// reg = <0x00040000 0x40000>;
// };
};
};

Expand All @@ -111,10 +105,6 @@
label = "image-1";
reg = <0x00000000 0x0000d8000>;
};
// slot1_ns_partition: partition@40000 {
// label = "image-1-nonsecure";
// reg = <0x00040000 0x40000>;
// };
};
};

Expand Down

0 comments on commit 71f7e7b

Please sign in to comment.