From f9a0ad98a172ef4c2b9af174b069504b01b46d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teresa=20G=C3=A1mez?= Date: Tue, 10 Feb 2015 13:29:48 +0100 Subject: [PATCH] ARM: phyFLEX-AM335x-SOM: Update NAND partition table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We double the partition size for barebox-env and oftree to be more robust against bad block issues. Signed-off-by: Teresa Gámez Signed-off-by: Wadim Egorov Signed-off-by: Sascha Hauer --- 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 1837636ba..fc9c9bafe 100644 --- a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi +++ b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi @@ -303,22 +303,22 @@ 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 { label = "root"; - reg = <0x940000 0x0>; + reg = <0x980000 0x0>; }; }; };