]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: gemini: iTian SQ201 need to boot from mtdblock3
authorLinus Walleij <linusw@kernel.org>
Sat, 28 Feb 2026 00:05:41 +0000 (01:05 +0100)
committerLinus Walleij <linusw@kernel.org>
Thu, 28 May 2026 08:38:12 +0000 (10:38 +0200)
Alter the rootfs partition to the one actually used for the
rootfs.

Signed-off-by: Linus Walleij <linusw@kernel.org>
arch/arm/boot/dts/gemini/gemini-sq201.dts

index f8c6f6e5cdea6acaf4e9019fa29b92acb84b1e75..fb6959324658ffb173afd48343cb38c0fee8456b 100644 (file)
@@ -20,7 +20,7 @@
        };
 
        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;
        };