Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8547e12 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: gemini: Mount root from mtdblock3



The third mtdblock device named "Application" is where we
want to mount our root filesystem.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b5a923f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	};

	chosen {
		bootargs = "console=ttyS0,19200n8";
		bootargs = "console=ttyS0,19200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait";
		stdout-path = &uart0;
	};

+1 −1
Original line number Diff line number Diff line
@@ -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;
	};