[PATCH: For next 1/2] ARM: phyFLEX-AM335x-SOM: Update NAND partition table

Wadim Egorov w.egorov at phytec.de
Tue Feb 10 04:29:48 PST 2015


From: Teresa Gámez <t.gamez at phytec.de>

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 at phytec.de>
Signed-off-by: Wadim Egorov <w.egorov at phytec.de>
---
 arch/arm/dts/am335x-phytec-phyflex-som.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
index 1837636..fc9c9ba 100644
--- a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
@@ -303,22 +303,22 @@
 
 		partition at 5 {
 			label = "bareboxenv";
-			reg = <0x100000 0x20000>;
+			reg = <0x100000 0x40000>;
 		};
 
 		partition at 6 {
 			label = "oftree";
-			reg = <0x120000 0x20000>;
+			reg = <0x140000 0x40000>;
 		};
 
 		partition at 7 {
 			label = "kernel";
-			reg = <0x140000 0x800000>;
+			reg = <0x180000 0x800000>;
 		};
 
 		partition at 8 {
 			label = "root";
-			reg = <0x940000 0x0>;
+			reg = <0x980000 0x0>;
 		};
 	};
 };
-- 
1.9.1




More information about the barebox mailing list