Skip to content

Commit

Permalink
Revert "[LTD fromlist] arm: nxp: k6x: Add default partition table."
Browse files Browse the repository at this point in the history
This reverts commit a014822.

Merged upstream.

Signed-off-by: Marti Bolivar <[email protected]>
  • Loading branch information
Marti Bolivar committed Jun 21, 2017
1 parent 7f0dc11 commit d9ec7da
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions dts/arm/nxp/nxp_k6x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,34 +65,6 @@

flash0: flash@0 {
reg = <0 0x100000>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

boot_partition: partition@0 {
label = "mcuboot";
reg = <0x00000000 0x00010000>;
read-only;
};
app_state_partition: partition@10000 {
label = "application-state";
reg = <0x00010000 0x00010000>;
};
slot0_partition: partition@20000 {
label = "image-0";
reg = <0x00020000 0x00060000>;
};
slot1_partition: partition@60000 {
label = "image-1";
reg = <0x00080000 0x00060000>;
};
scratch_partition: partition@e0000 {
label = "image-scratch";
reg = <0x000e0000 0x00020000>;
};
};
};
};

Expand Down

0 comments on commit d9ec7da

Please sign in to comment.