27 lines
968 B
Diff
27 lines
968 B
Diff
From 186692e51e6c40d8ebd05d25f009098eb00f8110 Mon Sep 17 00:00:00 2001
|
|
From: Linus Walleij <linus.walleij@linaro.org>
|
|
Date: Fri, 19 Oct 2018 09:00:51 +0200
|
|
Subject: [PATCH 11/18] ARM: dts: Fix up SQ201 flash access
|
|
|
|
This sets the partition information on the SQ201 to be read
|
|
out from the RedBoot partition table, removes the static
|
|
partition table and sets our boot options to mount root from
|
|
/dev/mtdblock2 where the initramfs resides.
|
|
|
|
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
---
|
|
arch/arm/boot/dts/gemini-sq201.dts | 37 ++++--------------------------
|
|
1 file changed, 5 insertions(+), 32 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/gemini-sq201.dts
|
|
+++ b/arch/arm/boot/dts/gemini-sq201.dts
|
|
@@ -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;
|
|
};
|
|
|