mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02: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:
parent
254f49634e
commit
c26a3fb47f
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user