ARM: dts: gemini: Mount root from mtdblock3
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 12 Jul 2019 20:59:39 +0000 (22:59 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
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 <linus.walleij@linaro.org>
arch/arm/boot/dts/gemini-nas4220b.dts
arch/arm/boot/dts/gemini-sl93512r.dts

index 254ecbc..521714f 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 5f70e01..a98af03 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;
        };