summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2014-09-12 15:33:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-15 07:31:51 +0200
commit71d06f83b426df979d9f358e2b690520bed88a68 (patch)
tree1a16084008be86b5a3897b7ac92e5b7d1e581f27 /arch/arm
parent86b4d5e34a8cdf0b65245bc1138756c37950cc36 (diff)
downloadbarebox-71d06f83b426df979d9f358e2b690520bed88a68.tar.gz
barebox-71d06f83b426df979d9f358e2b690520bed88a68.tar.xz
dts:imx6q:pcaaxl3: Add oftree partition to nand
Add oftree partiton to nand. Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi b/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi
index 45f36692fe..78c33349dc 100644
--- a/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi
+++ b/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi
@@ -144,13 +144,18 @@
};
partition@2 {
- label = "kernel";
- reg = <0x420000 0x800000>;
+ label = "oftree";
+ reg = <0x420000 0x20000>;
};
partition@3 {
+ label = "kernel";
+ reg = <0x440000 0x800000>;
+ };
+
+ partition@4 {
label = "root";
- reg = <0xC20000 0x0>;
+ reg = <0xC40000 0x0>;
};
};