kirkwood: fix ubi partition name
authorFelix Fietkau <nbd@nbd.name>
Fri, 30 Dec 2016 11:38:06 +0000 (12:38 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 30 Dec 2016 11:58:20 +0000 (12:58 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/kirkwood/patches-4.4/110-ib62x0.patch
target/linux/kirkwood/patches-4.4/130-iconnect.patch
target/linux/kirkwood/patches-4.4/190-nsa310s.patch

index 153c41b7828cd46c46fbfa009bad04a7351a755f..d6d10d8144e2cd66cfd632b1ef1a90a81843183e 100644 (file)
        };
  
 -      partition@700000 {
-+      partition@200000 {
-               label = "root";
+-              label = "root";
 -              reg = <0x0700000 0xf900000>;
++      partition@200000 {
++              label = "ubi";
 +              reg = <0x200000 0xfe00000>;
        };
  
index c95579d79300e1187bdbfa4e1506463376b7f524..3d464e79ea20b3c5590e0cb2c118ecc8c74d24ea 100644 (file)
        partition@100000 {
 -              label = "zImage";
 -              reg = <0x100000 0x300000>;
+-      };
+-
+-      partition@540000 {
+-              label = "initrd";
+-              reg = <0x540000 0x300000>;
 +              label = "second stage u-boot";
 +              reg = <0x100000 0x200000>;
        };
  
--      partition@540000 {
--              label = "initrd";
--              reg = <0x540000 0x300000>;
--      };
--
 -      partition@980000 {
 -              label = "boot";
 -              reg = <0x980000 0x1f400000>;
 +      partition@200000 {
-+              label = "root";
++              label = "ubi";
 +              reg = <0x200000 0x1fe00000>;
        };
  };
index 54c0e81510e2d27a26e05d3fb21a3f1355aa4074..d88cd74e99e6dc0ac7102ae02c060211f774d54b 100644 (file)
 +      };
 +
 +      partition@200000 {
-+              label = "root";
++              label = "ubi";
 +              reg = <0x200000 0x7e00000>;
 +      };
 +};