summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2015-02-10 13:29:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-02 07:54:12 +0100
commitdb228127ba97e4dcb091caebdbeb9df4335e0894 (patch)
tree9122bea811efd95c8f72a49398754c4d272e51d0
parentf9a0ad98a172ef4c2b9af174b069504b01b46d5c (diff)
downloadbarebox-db228127ba97e4dcb091caebdbeb9df4335e0894.tar.gz
barebox-db228127ba97e4dcb091caebdbeb9df4335e0894.tar.xz
ARM: phyCORE-AM335x-SOM: Update NAND partition table
We double the partition size for barebox-env and oftree to be more robust against bad block issues. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/am335x-phytec-phycore-som.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index 7d0e3c5466..ed8e257b59 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -291,17 +291,17 @@
partition@5 {
label = "bareboxenv";
- reg = <0x100000 0x20000>;
+ reg = <0x100000 0x40000>;
};
partition@6 {
label = "oftree";
- reg = <0x120000 0x20000>;
+ reg = <0x140000 0x40000>;
};
partition@7 {
label = "kernel";
- reg = <0x140000 0x800000>;
+ reg = <0x180000 0x800000>;
};
partition@8 {
@@ -310,7 +310,7 @@
* Size 0x0 extends partition to
* end of nand flash.
*/
- reg = <0x940000 0x0>;
+ reg = <0x980000 0x0>;
};
};
};