[PATCH 1/6] ARM: dts: am335x-phycore-som: Update NAND partition table
Teresa Remmet
t.remmet at phytec.de
Thu Jan 5 06:50:46 PST 2017
To improve NAND safety we updated the partition layout.
Added barebox backup partition and removed kernel and oftree
partition. They are kept in ubi now.
Signed-off-by: Teresa Remmet <t.remmet at phytec.de>
---
arch/arm/boot/dts/am335x-phycore-som.dtsi | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi
index 75e24ad..ef3fe5a 100644
--- a/arch/arm/boot/dts/am335x-phycore-som.dtsi
+++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi
@@ -222,21 +222,19 @@
label = "barebox";
reg = <0x80000 0x80000>;
};
+
partition at 5 {
- label = "bareboxenv";
- reg = <0x100000 0x40000>;
+ label = "barebox_backup";
+ reg = <0x100000 0x80000>;
};
+
partition at 6 {
- label = "oftree";
- reg = <0x140000 0x40000>;
+ label = "bareboxenv";
+ reg = <0x180000 0x40000>;
};
partition at 7 {
- label = "kernel";
- reg = <0x180000 0x800000>;
- };
- partition at 8 {
label = "root";
- reg = <0x980000 0x0>;
+ reg = <0x1C0000 0x0>;
};
};
};
--
1.9.1
More information about the linux-arm-kernel
mailing list