mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Refreshed all patches. Remove upstreamed: - 0004-boot-sq201-from-sda1.patch - 500-v4.20-ubifs-Fix-default-compression-selection-in-ubifs.patch - 0003-usb-dwc2-use-a-longer-core-rest-timeout-in-dwc2_core.patch Altered patches: - 0011-ARM-dts-Fix-up-SQ201-flash-access.patch - 400-mtd-add-rootfs-split-support.patch - 0101-pci-mediatek-backport-fix-pcie.patch Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
		
			
				
	
	
		
			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;
 | 
						|
 	};
 | 
						|
 
 |