]> Git Repo - linux.git/commitdiff
ARM: dts: gemini: Mount root from mtdblock3
authorLinus Walleij <[email protected]>
Fri, 12 Jul 2019 20:59:39 +0000 (22:59 +0200)
committerLinus Walleij <[email protected]>
Fri, 26 Jul 2019 11:42:57 +0000 (13:42 +0200)
The third mtdblock device named "Application" is where we
want to mount our root filesystem.

Signed-off-by: Linus Walleij <[email protected]>
arch/arm/boot/dts/gemini-nas4220b.dts
arch/arm/boot/dts/gemini-sl93512r.dts

index 254ecbc3d79fef1c7d5249d17603a3b1e17bfd3d..521714f38eedaeaa07618c3187e0bd9740e19c41 100644 (file)
@@ -20,7 +20,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,19200n8";
+               bootargs = "console=ttyS0,19200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait";
                stdout-path = &uart0;
        };
 
index 5f70e01af7ece8184406078f6d529c6414d41522..a98af0351906989dcdbd79673f66f78abfc6b671 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,19200n8 root=/dev/sda1 rw rootwait";
+               bootargs = "console=ttyS0,19200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait";
                stdout-path = &uart0;
        };
 
This page took 0.062134 seconds and 4 git commands to generate.