mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 23:59:33 -04:00
ARM: dts: gemini: iTian SQ201 need to boot from mtdblock3
Alter the rootfs partition to the one actually used for the rootfs. Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
@@ -20,7 +20,7 @@ memory@0 { /* 128 MB */
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 root=/dev/mtdblock2 rw rootfstype=squashfs,jffs2 rootwait";
|
||||
bootargs = "console=ttyS0,115200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait";
|
||||
stdout-path = &uart0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user