Skip to content

Commit

Permalink
ARM: dts: imx28-m28: Remove unneeded partition nodes
Browse files Browse the repository at this point in the history
mtdparts is passed from command line, so there is no need to have a
default partitioning in device-tree.

Suggested-by: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed May 3, 2016
1 parent 714c29e commit 96466f0
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions arch/arm/boot/dts/imx28-m28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,6 @@
pinctrl-names = "default";
pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
status = "okay";

partition@0 {
label = "bootloader";
reg = <0x00000000 0x00300000>;
read-only;
};

partition@1 {
label = "environment";
reg = <0x00300000 0x00080000>;
};

partition@2 {
label = "redundant-environment";
reg = <0x00380000 0x00080000>;
};

partition@3 {
label = "kernel";
reg = <0x00400000 0x00400000>;
};

partition@4 {
label = "filesystem";
reg = <0x00800000 0x0f800000>;
};
};
};

Expand Down

0 comments on commit 96466f0

Please sign in to comment.