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@xxxxxxxxx> --- 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@5 { - label = "bareboxenv"; - reg = <0x100000 0x40000>; + label = "barebox_backup"; + reg = <0x100000 0x80000>; }; + partition@6 { - label = "oftree"; - reg = <0x140000 0x40000>; + label = "bareboxenv"; + reg = <0x180000 0x40000>; }; partition@7 { - label = "kernel"; - reg = <0x180000 0x800000>; - }; - partition@8 { label = "root"; - reg = <0x980000 0x0>; + reg = <0x1C0000 0x0>; }; }; }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html