mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	kirkwood: fix ubi partition name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
							parent
							
								
									83d59453c0
								
							
						
					
					
						commit
						4731f02fa2
					
				@ -11,9 +11,10 @@
 | 
			
		||||
 	};
 | 
			
		||||
 
 | 
			
		||||
-	partition@700000 {
 | 
			
		||||
+	partition@200000 {
 | 
			
		||||
 		label = "root";
 | 
			
		||||
-		label = "root";
 | 
			
		||||
-		reg = <0x0700000 0xf900000>;
 | 
			
		||||
+	partition@200000 {
 | 
			
		||||
+		label = "ubi";
 | 
			
		||||
+		reg = <0x200000 0xfe00000>;
 | 
			
		||||
 	};
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
@ -21,20 +21,20 @@
 | 
			
		||||
 	partition@100000 {
 | 
			
		||||
-		label = "zImage";
 | 
			
		||||
-		reg = <0x100000 0x300000>;
 | 
			
		||||
-	};
 | 
			
		||||
-
 | 
			
		||||
-	partition@540000 {
 | 
			
		||||
-		label = "initrd";
 | 
			
		||||
-		reg = <0x540000 0x300000>;
 | 
			
		||||
+		label = "second stage u-boot";
 | 
			
		||||
+		reg = <0x100000 0x200000>;
 | 
			
		||||
 	};
 | 
			
		||||
 
 | 
			
		||||
-	partition@540000 {
 | 
			
		||||
-		label = "initrd";
 | 
			
		||||
-		reg = <0x540000 0x300000>;
 | 
			
		||||
-	};
 | 
			
		||||
-
 | 
			
		||||
-	partition@980000 {
 | 
			
		||||
-		label = "boot";
 | 
			
		||||
-		reg = <0x980000 0x1f400000>;
 | 
			
		||||
+	partition@200000 {
 | 
			
		||||
+		label = "root";
 | 
			
		||||
+		label = "ubi";
 | 
			
		||||
+		reg = <0x200000 0x1fe00000>;
 | 
			
		||||
 	};
 | 
			
		||||
 };
 | 
			
		||||
 | 
			
		||||
@ -260,7 +260,7 @@
 | 
			
		||||
+	};
 | 
			
		||||
+
 | 
			
		||||
+	partition@200000 {
 | 
			
		||||
+		label = "root";
 | 
			
		||||
+		label = "ubi";
 | 
			
		||||
+		reg = <0x200000 0x7e00000>;
 | 
			
		||||
+	};
 | 
			
		||||
+};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user