kirkwood/dockstar: rename partition into ubi to use auto detection of target mtd
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Mar 2016 17:06:10 +0000 (17:06 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Mar 2016 17:06:10 +0000 (17:06 +0000)
the kernel tries to use "ubi" or "data" labeled partition to find it's root filesystem.
dockstar don't need anymore mtdparts= nor root= bootarguments

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49011 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/kirkwood/patches-3.18/140-dockstar.patch

index b1ad669..f66e19d 100644 (file)
@@ -25,7 +25,7 @@
 -              label = "data";
 -              reg = <0x0500000 0xfb00000>;
 +      partition@200000 {
 -              label = "data";
 -              reg = <0x0500000 0xfb00000>;
 +      partition@200000 {
-+              label = "root";
++              label = "ubi";
 +              reg = <0x200000 0xfe00000>;
        };
  };
 +              reg = <0x200000 0xfe00000>;
        };
  };